Uses of Class
com.oorian.chartjs.CjDataPoint
Packages that use CjDataPoint
-
Uses of CjDataPoint in com.oorian.chartjs
Methods in com.oorian.chartjs that return CjDataPointModifier and TypeMethodDescriptionstatic CjDataPointCreates a bubble chart data point.static CjDataPointCreates a scatter chart data point.Sets the radius (for bubble charts).Sets the x-coordinate.Sets the y-coordinate.Methods in com.oorian.chartjs that return types with arguments of type CjDataPointMethods in com.oorian.chartjs with parameters of type CjDataPointModifier and TypeMethodDescriptionCjDataset.addData(CjDataPoint point) Adds a single data point.static CjDatasetCjDataset.scatter(String label, CjDataPoint... points) Creates a scatter chart dataset.CjDataset.setDataPoints(CjDataPoint... points) Sets data points for scatter/bubble charts.Method parameters in com.oorian.chartjs with type arguments of type CjDataPointModifier and TypeMethodDescriptionCjScatterChart.addScatterData(String label, List<CjDataPoint> points) Convenience method to add a dataset with x/y data points.CjDataset.setDataPoints(List<CjDataPoint> points) Sets data points from a list.