@Beta public class XSSFCategoryAxis extends XSSFChartAxis implements CategoryAxis
chart| Constructor and Description |
|---|
XSSFCategoryAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx) |
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
crossAxis(ChartAxis axis)
Declare this axis cross another axis.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos |
getCTAxPos() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses |
getCTCrosses() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt |
getCTNumFmt() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling |
getCTScaling() |
long |
getId() |
AxisLabelAlign |
getLabelAlign() |
int |
getLabelOffset()
Returns label offset
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos |
getTickLblPos() |
void |
setLabelAlign(AxisLabelAlign labelAlign) |
void |
setLabelOffset(int offset)
Set label offset
|
getCrosses, getLogBase, getMaximum, getMinimum, getNumberFormat, getOrientation, getPosition, getTickLabelPosition, isSetLogBase, isSetMaximum, isSetMinimum, setCrosses, setLogBase, setMaximum, setMinimum, setNumberFormat, setOrientation, setPosition, setTickLabelPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCrosses, getLogBase, getMaximum, getMinimum, getOrientation, getPosition, getTickLabelPosition, isSetLogBase, isSetMaximum, isSetMinimum, setCrosses, setLogBase, setMaximum, setMinimum, setOrientation, setPosition, setTickLabelPositionpublic XSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos)
public XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
getCTAxPos in class XSSFChartAxisprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
getCTNumFmt in class XSSFChartAxisprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
getCTScaling in class XSSFChartAxisprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
getCTCrosses in class XSSFChartAxispublic void crossAxis(ChartAxis axis)
ChartAxisprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos getTickLblPos()
getTickLblPos in class XSSFChartAxispublic AxisLabelAlign getLabelAlign()
getLabelAlign in interface CategoryAxispublic void setLabelAlign(AxisLabelAlign labelAlign)
setLabelAlign in interface CategoryAxislabelAlign - label alignment typepublic int getLabelOffset()
CategoryAxisgetLabelOffset in interface CategoryAxispublic void setLabelOffset(int offset)
CategoryAxissetLabelOffset in interface CategoryAxisoffset - label offsetCopyright © 2020. All rights reserved.