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