Interface ValueAxis
-
- All Superinterfaces:
ChartAxis
- All Known Implementing Classes:
XSSFValueAxis
@Deprecated @Removal(version="4.2") public interface ValueAxis extends ChartAxis
Deprecated.use XDDFValueAxis instead
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description AxisCrossBetween
getCrossBetween()
Deprecated.void
setCrossBetween(AxisCrossBetween crossBetween)
Deprecated.-
Methods inherited from interface org.apache.poi.ss.usermodel.charts.ChartAxis
crossAxis, getCrosses, getId, getLogBase, getMajorTickMark, getMaximum, getMinimum, getMinorTickMark, getNumberFormat, getOrientation, getPosition, hasNumberFormat, isSetLogBase, isSetMaximum, isSetMinimum, isVisible, setCrosses, setLogBase, setMajorTickMark, setMaximum, setMinimum, setMinorTickMark, setNumberFormat, setOrientation, setPosition, setVisible
-
-
-
-
Method Detail
-
getCrossBetween
AxisCrossBetween getCrossBetween()
Deprecated.- Returns:
- cross between type
-
setCrossBetween
void setCrossBetween(AxisCrossBetween crossBetween)
Deprecated.- Parameters:
crossBetween
- cross between type
-
-