XDDFValueAxis instead@Deprecated @Removal(version="4.2") public class XSSFValueAxis extends XSSFChartAxis implements ValueAxis
| Constructor and Description |
|---|
XSSFValueAxis(XSSFChart chart,
CTValAx ctValAx)
Deprecated.
|
XSSFValueAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
crossAxis(ChartAxis axis)
Deprecated.
Declare this axis cross another axis.
|
AxisCrossBetween |
getCrossBetween()
Deprecated.
|
long |
getId()
Deprecated.
|
CTShapeProperties |
getLine()
Deprecated.
|
CTChartLines |
getMajorGridLines()
Deprecated.
|
boolean |
hasNumberFormat()
Deprecated.
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)
Deprecated.
|
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisibleequals, 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 ValueAxis@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 © 2010 - 2020 Adobe. All Rights Reserved