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 Cluster
Series. 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 void
Series. 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 Cluster
ScatterPlotOptions. 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.Cluster
VectorPlotOptions. 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.Cluster
VennPlotOptions. 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 void
ScatterPlotOptions. 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.void
VectorPlotOptions. 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.void
VennPlotOptions. 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.
-