Uses of Interface
com.iizix.prop.ui.chart.IChartContainer
Packages that use IChartContainer Package Description com.iizigo.panel.prop.chart com.iizix.prop.ui.chart com.iizix.prop.ui.chart.axis2d com.iizix.prop.ui.chart.plot2d com.iizix.prop.ui.chart.series Uses of IChartContainer in com.iizigo.panel.prop.chart
Classes in com.iizigo.panel.prop.chart that implement IChartContainer Modifier and Type Class Description classEAxis2DThe axis for the chart.classEPlot2DThe plot for the chart.classESeriesThe Series for the chart.classESeriesValueThe 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 IChartContainer Modifier and Type Method Description intUIChart. moveToBack(IChartContainer axisPlotOrSeries)Moves an axis, plot or series to the back.intUIChart. 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 IChartContainer Modifier and Type Class Description classAxis2DA chart axis is normally added to charts.Uses of IChartContainer in com.iizix.prop.ui.chart.plot2d
Classes in com.iizix.prop.ui.chart.plot2d that implement IChartContainer Modifier and Type Class Description classPlot2DA 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 IChartContainer Modifier and Type Class Description classSeriesA chart series consists of several series values properties in a defined order.classSeriesValueA series value property is a property container that can only contain NumberProp's.