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