Uses of Interface
com.iizix.prop.IPropCnrColorSettings
Packages that use IPropCnrColorSettings 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 IPropCnrColorSettings in com.iizigo.panel.prop.chart
Classes in com.iizigo.panel.prop.chart that implement IPropCnrColorSettings Modifier and Type Class Description class
EAxis2D
The axis for the chart.class
EPlot2D
The plot for the chart.class
ESeries
The Series for the chart.class
EUIChart
Chart component.Uses of IPropCnrColorSettings in com.iizix.prop.ui.chart
Classes in com.iizix.prop.ui.chart that implement IPropCnrColorSettings Modifier and Type Class Description class
UIChart
Chart UI component.Uses of IPropCnrColorSettings in com.iizix.prop.ui.chart.axis2d
Classes in com.iizix.prop.ui.chart.axis2d that implement IPropCnrColorSettings Modifier and Type Class Description class
Axis2D
A chart axis is normally added to charts.Uses of IPropCnrColorSettings in com.iizix.prop.ui.chart.plot2d
Classes in com.iizix.prop.ui.chart.plot2d that implement IPropCnrColorSettings Modifier and Type Class Description class
Plot2D
A chart series is either created in the Designer or constructed at runtime and added to the chart.Uses of IPropCnrColorSettings in com.iizix.prop.ui.chart.series
Classes in com.iizix.prop.ui.chart.series that implement IPropCnrColorSettings Modifier and Type Class Description class
Series
A chart series consists of several series values properties in a defined order.