@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() |
long |
getId() |
protected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos |
getTickLblPos() |
void |
setCrossBetween(AxisCrossBetween crossBetween) |
getCrosses, getLogBase, getMaximum, getMinimum, getNumberFormat, getOrientation, getPosition, getTickLabelPosition, isSetLogBase, isSetMaximum, isSetMinimum, setCrosses, setLogBase, setMaximum, setMinimum, setNumberFormat, setOrientation, setPosition, setTickLabelPositionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNumberFormat, setNumberFormatgetCrosses, getLogBase, getMaximum, getMinimum, getOrientation, getPosition, getTickLabelPosition, isSetLogBase, isSetMaximum, isSetMinimum, setCrosses, setLogBase, setMaximum, setMinimum, setOrientation, setPosition, setTickLabelPositionpublic 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 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 XSSFChartAxispublic void crossAxis(ChartAxis axis)
ChartAxisprotected org.openxmlformats.schemas.drawingml.x2006.chart.CTTickLblPos getTickLblPos()
getTickLblPos in class XSSFChartAxisCopyright © 2020. All rights reserved.