public class BubbleChartModel extends ChartModel
| Constructor and Description | 
|---|
| BubbleChartModel() | 
| BubbleChartModel(ChartData data,
                BubbleChartOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| ChartData | getData()Gets the data to create dataSets | 
| BubbleChartOptions | getOptions()Gets the configuration options | 
| String | getType()Gets the type | 
| void | setData(ChartData data)Sets the data to create dataSets | 
| void | setOptions(BubbleChartOptions options)Sets the configuration options | 
getExtender, setExtenderpublic BubbleChartModel()
public BubbleChartModel(ChartData data, BubbleChartOptions options)
public String getType()
getType in class ChartModelpublic ChartData getData()
getData in class ChartModelpublic void setData(ChartData data)
data - The ChartData objectpublic BubbleChartOptions getOptions()
getOptions in class ChartModelpublic void setOptions(BubbleChartOptions options)
options - The BubbleChartOptions objectCopyright © 2020. All rights reserved.