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