Uses of Class
omix.lang.chart.util.ValueAxis.AxisType
Package | Description |
---|---|
omix.lang.chart.util |
This package contains types used in OVL.
|
-
Uses of ValueAxis.AxisType in omix.lang.chart.util
Methods in omix.lang.chart.util that return ValueAxis.AxisType Modifier and Type Method Description ValueAxis.AxisType
ValueAxis. getAxisType()
static ValueAxis.AxisType
ValueAxis.AxisType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ValueAxis.AxisType[]
ValueAxis.AxisType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in omix.lang.chart.util with parameters of type ValueAxis.AxisType Modifier and Type Method Description void
ValueAxis. setAxisType(ValueAxis.AxisType axisType)