Uses of Class
omix.lang.chart.util.Axis.LabelLocation
Package | Description |
---|---|
omix.lang.chart.util |
This package contains types used in OVL.
|
-
Uses of Axis.LabelLocation in omix.lang.chart.util
Methods in omix.lang.chart.util that return Axis.LabelLocation Modifier and Type Method Description Axis.LabelLocation
Axis. getLabelLocation()
static Axis.LabelLocation
Axis.LabelLocation. valueOf(String name)
Returns the enum constant of this type with the specified name.static Axis.LabelLocation[]
Axis.LabelLocation. 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 Axis.LabelLocation Modifier and Type Method Description void
Axis. setLabelLocation(Axis.LabelLocation labelLocation)