- Description:
Chart pie.
- Source:
- Copyright:
- 2016 Frédéric Massart - FMCorz.net
- License:
- http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
Chart pie.
Methods
(inner) getDoughnut() → {Bool}
- Description:
Get whether the chart should be displayed as doughnut or not.
- Source:
Returns:
- Type
- Bool
(inner) setDoughnut(doughnut)
- Description:
Set whether the chart should be displayed as doughnut or not.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
doughnut |
Bool | True for doughnut type, false for pie. |