| Package | Description | 
|---|---|
| org.pepstock.charba.client.data | Contains all elements to configure the datasets of a chart instance (know as chart data at instance level). | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DataPoint> | LineDataset. getDataPoints()Returns the data property of a dataset for a chart is specified as an array of data points | 
| List<DataPoint> | HasDataPoints. getDataPoints()Returns the data property of a dataset for a chart is specified as an array of data points | 
| List<DataPoint> | BubbleDataset. getDataPoints()Returns the data property of a dataset for a chart is specified as an array of data points | 
| List<DataPoint> | BarDataset. getDataPoints()Returns the data property of a dataset for a chart is specified as an array of data points | 
| List<DataPoint> | LineDataset. getDataPoints(boolean binding)Returns the data property of a dataset for a chart is specified as an array of data points | 
| List<DataPoint> | HasDataPoints. getDataPoints(boolean binding)Returns the data property of a dataset for a chart is specified as an array of data points | 
| List<DataPoint> | BubbleDataset. getDataPoints(boolean binding)Returns the data property of a dataset for a chart is specified as an array of data points | 
| List<DataPoint> | BarDataset. getDataPoints(boolean binding)Returns the data property of a dataset for a chart is specified as an array of data points | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LineDataset. setDataPoints(DataPoint... datapoints)Sets the data property of a dataset for a chart is specified as an array of data points. | 
| void | HasDataPoints. setDataPoints(DataPoint... datapoints)Sets the data property of a dataset for a chart is specified as an array of data points. | 
| void | BubbleDataset. setDataPoints(DataPoint... datapoints)Sets the data property of a dataset for a chart is specified as an array of data points. | 
| void | BarDataset. setDataPoints(DataPoint... datapoints)Sets the data property of a dataset for a chart is specified as an array of data points. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | LineDataset. setDataPoints(List<DataPoint> datapoints)Sets the data property of a dataset for a chart is specified as an array of data points. | 
| void | HasDataPoints. setDataPoints(List<DataPoint> datapoints)Sets the data property of a dataset for a chart is specified as an array of data points. | 
| void | BubbleDataset. setDataPoints(List<DataPoint> datapoints)Sets the data property of a dataset for a chart is specified as an array of data points. | 
| void | BarDataset. setDataPoints(List<DataPoint> datapoints)Sets the data property of a dataset for a chart is specified as an array of data points. |