Uses of Interface
com.iizix.prop.ui.chart.IChartContainer
Packages that use IChartContainer
Package
Description
Uses of IChartContainer in com.iizigo.panel.prop.chart
Classes in com.iizigo.panel.prop.chart that implement IChartContainerModifier 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
Methods in com.iizix.prop.ui.chart with parameters of type IChartContainerModifier 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
Classes in com.iizix.prop.ui.chart.axis2d that implement IChartContainerUses of IChartContainer in com.iizix.prop.ui.chart.plot2d
Classes in com.iizix.prop.ui.chart.plot2d that implement IChartContainerModifier 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
Classes in com.iizix.prop.ui.chart.series that implement IChartContainerModifier 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.