Uses of Interface
com.iizix.prop.ui.chart.IChartContainer
Package
Description
Uses of IChartContainer in com.iizigo.panel.prop.chart
Modifier and TypeClassDescriptionclass
The axis for the chart.class
The plot for the chart.class
The Series for the chart.class
The Series value for the chart.Uses of IChartContainer in com.iizix.prop.ui.chart
Modifier and TypeMethodDescriptionfinal int
UIChart.moveToBack
(IChartContainer axisPlotOrSeries) Moves an axis, plot or series to the back.final int
UIChart.moveToFront
(IChartContainer axisPlotOrSeries) Moves an axis, plot or series to the front.Uses of IChartContainer in com.iizix.prop.ui.chart.axis2d
Uses of IChartContainer in com.iizix.prop.ui.chart.plot2d
Modifier and TypeClassDescriptionclass
A chart series is either created in the Designer or constructed at runtime and added to the chart.Uses of IChartContainer in com.iizix.prop.ui.chart.series
Modifier and TypeClassDescriptionclass
A chart series consists of several series values properties in a defined order.class
A series value property is a property container that can only contain NumberProp's.