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, setExtenderpublic PieChartModel()
public PieChartModel(ChartData data, PieChartOptions options)
public String getType()
getType in class ChartModelpublic ChartData getData()
getData in class ChartModelpublic void setData(ChartData data)
data - The ChartData objectpublic PieChartOptions getOptions()
getOptions in class ChartModelpublic void setOptions(PieChartOptions options)
options - The PieChartOptions objectCopyright © 2020. All rights reserved.