Uses of Class
org.apache.poi.ss.usermodel.charts.AxisCrossBetween
-
Packages that use AxisCrossBetween Package Description org.apache.poi.ss.usermodel.charts org.apache.poi.xssf.usermodel.charts -
-
Uses of AxisCrossBetween in org.apache.poi.ss.usermodel.charts
Methods in org.apache.poi.ss.usermodel.charts that return AxisCrossBetween Modifier and Type Method Description AxisCrossBetween
ValueAxis. getCrossBetween()
Deprecated.static AxisCrossBetween
AxisCrossBetween. valueOf(java.lang.String name)
Deprecated.Returns the enum constant of this type with the specified name.static AxisCrossBetween[]
AxisCrossBetween. values()
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.ss.usermodel.charts with parameters of type AxisCrossBetween Modifier and Type Method Description void
ValueAxis. setCrossBetween(AxisCrossBetween crossBetween)
Deprecated. -
Uses of AxisCrossBetween in org.apache.poi.xssf.usermodel.charts
Methods in org.apache.poi.xssf.usermodel.charts that return AxisCrossBetween Modifier and Type Method Description AxisCrossBetween
XSSFValueAxis. getCrossBetween()
Deprecated.Methods in org.apache.poi.xssf.usermodel.charts with parameters of type AxisCrossBetween Modifier and Type Method Description void
XSSFValueAxis. setCrossBetween(AxisCrossBetween crossBetween)
Deprecated.
-