Uses of Enum Class
org.apache.poi.xddf.usermodel.chart.AxisCrossBetween
Packages that use AxisCrossBetween
-
Uses of AxisCrossBetween in org.apache.poi.xddf.usermodel.chart
Methods in org.apache.poi.xddf.usermodel.chart that return AxisCrossBetweenModifier and TypeMethodDescriptionXDDFValueAxis.getCrossBetween()static AxisCrossBetweenReturns the enum constant of this class with the specified name.static AxisCrossBetween[]AxisCrossBetween.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.xddf.usermodel.chart with parameters of type AxisCrossBetweenModifier and TypeMethodDescriptionvoidXDDFValueAxis.setCrossBetween(AxisCrossBetween crossBetween)