@Beta public class XSSFValueAxis extends XSSFChartAxis implements ValueAxis
chart
Constructor and Description |
---|
XSSFValueAxis(XSSFChart chart,
org.openxmlformats.schemas.drawingml.x2006.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 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() |
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, setVisible
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
public XSSFValueAxis(XSSFChart chart, long id, AxisPosition pos)
public XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
public void setCrossBetween(AxisCrossBetween crossBetween)
setCrossBetween
in interface ValueAxis
crossBetween
- cross between typepublic AxisCrossBetween getCrossBetween()
getCrossBetween
in interface ValueAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTAxPos getCTAxPos()
getCTAxPos
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTNumFmt getCTNumFmt()
getCTNumFmt
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTScaling getCTScaling()
getCTScaling
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTCrosses getCTCrosses()
getCTCrosses
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTBoolean getDelete()
getDelete
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMajorCTTickMark()
getMajorCTTickMark
in class XSSFChartAxis
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickMark getMinorCTTickMark()
getMinorCTTickMark
in class XSSFChartAxis
Copyright 2017 The Apache Software Foundation or its licensors, as applicable.