ChartAxis@Beta public class XSSFCategoryAxis extends XSSFChartAxis
chart| Constructor | Description |
|---|---|
XSSFCategoryAxis(XSSFChart chart,
long id,
AxisPosition pos) |
|
XSSFCategoryAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx) |
| Modifier and Type | Method | 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() |
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean |
getDelete() |
|
long |
getId() |
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark |
getMajorCTTickMark() |
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark |
getMinorCTTickMark() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisiblepublic XSSFCategoryAxis(XSSFChart chart, long id, AxisPosition pos)
public XSSFCategoryAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTCatAx ctCatAx)
public long getId()
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 XSSFChartAxisprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
getDelete in class XSSFChartAxisprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
getMajorCTTickMark in class XSSFChartAxisprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
getMinorCTTickMark in class XSSFChartAxisCopyright 2018 The Apache Software Foundation or its licensors, as applicable.