Uses of Class
omix.lang.chart.util.ChartStyle
Package | Description |
---|---|
omix.lang.chart |
This package contains types used in OVL.
|
omix.lang.chart.util |
This package contains types used in OVL.
|
-
Uses of ChartStyle in omix.lang.chart
Methods in omix.lang.chart that return ChartStyle Modifier and Type Method Description abstract ChartStyle
Chart. style()
-
Uses of ChartStyle in omix.lang.chart.util
Subclasses of ChartStyle in omix.lang.chart.util Modifier and Type Class Description class
CategoryChartStyle
This class contains all visual properties of a category chart.class
MultiplePieChartStyle
class
PieChartStyle
class
XYChartStyle
Methods in omix.lang.chart.util that return ChartStyle Modifier and Type Method Description abstract ChartStyle
ChartStyle. clone()
Methods in omix.lang.chart.util with parameters of type ChartStyle Modifier and Type Method Description void
CategoryChartStyle. set(ChartStyle chartStyle)
void
ChartStyle. set(ChartStyle style)
void
MultiplePieChartStyle. set(ChartStyle chartStyle)
void
PieChartStyle. set(ChartStyle chartStyle)
void
XYChartStyle. set(ChartStyle chartStyle)