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, setExtender
public BubbleChartModel()
public BubbleChartModel(ChartData data, BubbleChartOptions options)
public String getType()
getType
in class ChartModel
public ChartData getData()
getData
in class ChartModel
public void setData(ChartData data)
data
- The ChartData
objectpublic BubbleChartOptions getOptions()
getOptions
in class ChartModel
public void setOptions(BubbleChartOptions options)
options
- The BubbleChartOptions
objectCopyright © 2019. All rights reserved.