Uses of Class
org.zkoss.chart.Cluster
-
Packages that use Cluster Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of Cluster in org.zkoss.chart
Methods in org.zkoss.chart that return Cluster Modifier and Type Method Description ClusterSeries. getCluster()Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.Methods in org.zkoss.chart with parameters of type Cluster Modifier and Type Method Description voidSeries. setCluster(Cluster cluster)Sets the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts. -
Uses of Cluster in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return Cluster Modifier and Type Method Description ClusterScatterPlotOptions. getCluster()Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.ClusterVectorPlotOptions. getCluster()Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.ClusterVennPlotOptions. getCluster()Returns the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.Methods in org.zkoss.chart.plotOptions with parameters of type Cluster Modifier and Type Method Description voidScatterPlotOptions. setCluster(Cluster cluster)Sets the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidVectorPlotOptions. setCluster(Cluster cluster)Sets the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.voidVennPlotOptions. setCluster(Cluster cluster)Sets the options for marker clusters, the concept of sampling the data values into larger blocks in order to ease readability and increase performance of the JavaScript charts.
-