org.apache.poi.xssf.usermodel.charts
Class XSSFValueAxis
- java.lang.Object
-
- org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
-
- org.apache.poi.xssf.usermodel.charts.XSSFValueAxis
-
@Beta public class XSSFValueAxis extends XSSFChartAxis implements ValueAxis
Value axis type.
-
-
Constructor Summary
Constructors Constructor and Description XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)XSSFValueAxis(XSSFChart chart, long id, AxisPosition pos)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcrossAxis(ChartAxis axis)Declare this axis cross another axis.AxisCrossBetweengetCrossBetween()longgetId()voidsetCrossBetween(AxisCrossBetween crossBetween)-
Methods inherited from class org.apache.poi.xssf.usermodel.charts.XSSFChartAxis
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ChartAxis
getCrosses, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
-
-
-
-
Constructor Detail
-
XSSFValueAxis
public XSSFValueAxis(XSSFChart chart, long id, AxisPosition pos)
-
XSSFValueAxis
public XSSFValueAxis(XSSFChart chart, org.openxmlformats.schemas.drawingml.x2006.chart.CTValAx ctValAx)
-
-
Method Detail
-
setCrossBetween
public void setCrossBetween(AxisCrossBetween crossBetween)
- Specified by:
setCrossBetweenin interfaceValueAxis- Parameters:
crossBetween- cross between type
-
getCrossBetween
public AxisCrossBetween getCrossBetween()
- Specified by:
getCrossBetweenin interfaceValueAxis- Returns:
- cross between type
-
-
DataMelt 3.0 © DataMelt by jWork.ORG