public class PieChartModel extends Object
This class will be automatically converted to a JSON object.
| Constructor and Description |
|---|
PieChartModel()
Creates a new
PieChartModel that does not provide a name. |
PieChartModel(String name)
Creates a new
PieChartModel with the specified human readable name. |
public PieChartModel()
PieChartModel that does not provide a name.public PieChartModel(String name)
PieChartModel with the specified human readable name.name - the name of the chartCopyright © 2016–2019. All rights reserved.