XDDFDateAxis instead@Deprecated @Removal(version="4.2") public class XSSFDateAxis extends XSSFChartAxis
XSSFCategoryAxis, since the two are nearly identical.chart| Constructor and Description |
|---|
XSSFDateAxis(XSSFChart chart,
CTDateAx ctDateAx)
Deprecated.
|
XSSFDateAxis(XSSFChart chart,
long id,
AxisPosition pos)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
crossAxis(ChartAxis axis)
Deprecated.
Declare this axis cross another axis.
|
protected CTAxPos |
getCTAxPos()
Deprecated.
|
protected CTCrosses |
getCTCrosses()
Deprecated.
|
protected CTNumFmt |
getCTNumFmt()
Deprecated.
|
protected CTScaling |
getCTScaling()
Deprecated.
|
protected CTBoolean |
getDelete()
Deprecated.
|
long |
getId()
Deprecated.
|
CTShapeProperties |
getLine()
Deprecated.
|
protected CTTickMark |
getMajorCTTickMark()
Deprecated.
|
CTChartLines |
getMajorGridLines()
Deprecated.
|
protected 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. |
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisiblepublic XSSFDateAxis(XSSFChart chart, long id, AxisPosition pos)
public long getId()
@Internal public CTShapeProperties getLine()
getLine in class XSSFChartAxisprotected 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)
ChartAxisaxis - that this axis should crosspublic boolean hasNumberFormat()
ChartAxisChartAxis.getNumberFormat() may create a default one if none exists.Copyright 2019 The Apache Software Foundation or its licensors, as applicable.