Uses of Class
org.zkoss.chart.DataClass
-
Packages that use DataClass Package Description org.zkoss.chart -
-
Uses of DataClass in org.zkoss.chart
Methods in org.zkoss.chart that return types with arguments of type DataClass Modifier and Type Method Description List<DataClass>
ColorAxis. getDataClasses()
Returns a list of data classes or ranges for the choropleth map, if any.Methods in org.zkoss.chart with parameters of type DataClass Modifier and Type Method Description void
ColorAxis. setDataClasses(DataClass... dataClasses)
Sets a list of data classes or ranges for the choropleth map.Method parameters in org.zkoss.chart with type arguments of type DataClass Modifier and Type Method Description void
ColorAxis. setDataClasses(List<DataClass> dataClasses)
Sets a list of data classes or ranges for the choropleth map.
-