@Beta public class XSSFValueAxis extends XSSFChartAxis implements ValueAxis
chart| Constructor and Description |
|---|
XSSFValueAxis(XSSFChart chart,
CTValAx ctValAx) |
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos) |
| Modifier and Type | Method and Description |
|---|---|
void |
crossAxis(ChartAxis axis)
Declare this axis cross another axis.
|
AxisCrossBetween |
getCrossBetween() |
protected CTAxPos |
getCTAxPos() |
protected CTCrosses |
getCTCrosses() |
protected CTNumFmt |
getCTNumFmt() |
protected CTScaling |
getCTScaling() |
protected CTBoolean |
getDelete() |
long |
getId() |
CTShapeProperties |
getLine() |
protected CTTickMark |
getMajorCTTickMark() |
CTChartLines |
getMajorGridLines() |
protected CTTickMark |
getMinorCTTickMark() |
boolean |
hasNumberFormat()
Use this to check before retrieving a number format, as calling
ChartAxis.getNumberFormat() may create a default one if none exists. |
void |
setCrossBetween(AxisCrossBetween crossBetween) |
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisibleclone, 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 XSSFValueAxis(XSSFChart chart, long id, AxisPosition pos)
@Internal public CTShapeProperties getLine()
getLine in class XSSFChartAxispublic void setCrossBetween(AxisCrossBetween crossBetween)
setCrossBetween in interface ValueAxiscrossBetween - cross between typepublic AxisCrossBetween getCrossBetween()
getCrossBetween in interface ValueAxisprotected CTAxPos getCTAxPos()
getCTAxPos in class XSSFChartAxisprotected CTNumFmt getCTNumFmt()
getCTNumFmt in class XSSFChartAxisprotected CTScaling getCTScaling()
getCTScaling in class XSSFChartAxisprotected CTCrosses getCTCrosses()
getCTCrosses in class XSSFChartAxisprotected CTBoolean getDelete()
getDelete in class XSSFChartAxisprotected CTTickMark getMajorCTTickMark()
getMajorCTTickMark in class XSSFChartAxisprotected CTTickMark getMinorCTTickMark()
getMinorCTTickMark in class XSSFChartAxis@Internal public CTChartLines getMajorGridLines()
getMajorGridLines in class XSSFChartAxispublic void crossAxis(ChartAxis axis)
ChartAxispublic boolean hasNumberFormat()
ChartAxisChartAxis.getNumberFormat() may create a default one if none exists.hasNumberFormat in interface ChartAxisCopyright 2018 The Apache Software Foundation or its licensors, as applicable.