Uses of Class
omix.lang.chart.util.ChartProperties
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 ChartProperties in omix.lang.chart
Methods in omix.lang.chart that return ChartProperties Modifier and Type Method Description abstract ChartProperties
Chart. properties()
-
Uses of ChartProperties in omix.lang.chart.util
Subclasses of ChartProperties in omix.lang.chart.util Modifier and Type Class Description class
AbstractLineChartProperties
class
AreaChartProperties
class
BarChart3DProperties
class
BarChartProperties
class
ClusteredBarChart3DProperties
class
ClusteredBarChartProperties
Properties of Bar Chartsclass
LineChart3DProperties
class
LineChartProperties
class
PieChartProperties
class
ScatterPlotProperties
class
XYChartProperties
class
XYLineChartProperties
Methods in omix.lang.chart.util that return ChartProperties Modifier and Type Method Description abstract ChartProperties
ChartProperties. clone()
Methods in omix.lang.chart.util with parameters of type ChartProperties Modifier and Type Method Description void
AbstractLineChartProperties. set(ChartProperties clone)
void
AreaChartProperties. set(ChartProperties clone)
void
BarChart3DProperties. set(ChartProperties chartProperties)
void
BarChartProperties. set(ChartProperties chartProperties)
void
ChartProperties. set(ChartProperties clone)
void
ClusteredBarChart3DProperties. set(ChartProperties chartProperties)
void
ClusteredBarChartProperties. set(ChartProperties chartProperties)
void
LineChart3DProperties. set(ChartProperties chartProperties)
void
LineChartProperties. set(ChartProperties chartProperties)
void
PieChartProperties. set(ChartProperties clone)
void
ScatterPlotProperties. set(ChartProperties chartProperties)
void
XYChartProperties. set(ChartProperties clone)
void
XYLineChartProperties. set(ChartProperties chartProperties)