XDDFValueAxis instead@Deprecated @Removal(version="4.2") public class XSSFValueAxis extends XSSFChartAxis implements ValueAxis
chart| Constructor and Description |
|---|
XSSFValueAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.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.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos |
getCTAxPos()
Deprecated.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses |
getCTCrosses()
Deprecated.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt |
getCTNumFmt()
Deprecated.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling |
getCTScaling()
Deprecated.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean |
getDelete()
Deprecated.
|
long |
getId()
Deprecated.
|
org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties |
getLine()
Deprecated.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark |
getMajorCTTickMark()
Deprecated.
|
org.openxmlformats.schemas.drawingml.x2006.chart.CTChartLines |
getMajorGridLines()
Deprecated.
|
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark |
getMinorCTTickMark()
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, 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)
public XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
@Internal public org.openxmlformats.schemas.drawingml.x2006.main.CTShapeProperties getLine()
getLine in class XSSFChartAxispublic void setCrossBetween(AxisCrossBetween crossBetween)
setCrossBetween in interface ValueAxiscrossBetween - cross between typepublic AxisCrossBetween getCrossBetween()
getCrossBetween in interface ValueAxisprotected 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 XSSFChartAxis@Internal public org.openxmlformats.schemas.drawingml.x2006.chart.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.