Pie Chart | |
Type | widget |
Dictionary | elanorb.piechart |
Library | Pie Chart |
Associations | community.livecode.elanorb.piechart |
Summary | A pie chart control. A pie chart displays a set of values and labels as sectors of a circular chart. The labels are displayed alongside the chart, and can be shown or hidden. |
Description | A pie chart control. A pie chart displays a set of values and labels as sectors of a circular chart. The labels are displayed alongside the chart, and can be shown or hidden. |
Type | Name | Summary | Syntax |
---|---|---|---|
message | sectorClicked | Sent when a sector of the pie chart is clicked. | on sectorClicked pSectorNumber |
property | sectorLabels | The list of labels to be displayed on the pie chart. | get the sectorLabels of <widget> set the sectorLabels of <widget> to <pStringList> |
- - - | sectorValues | The list of values to be displayed on the pie chart. | get the sectorValues of <widget> set the sectorValues of <widget> to <pValueList> |
- - - | showLabels | Whether the labels are displayed. | get the showLabels of <widget> set the showLabels of <widget> to <pBoolean> |
widget | Pie Chart | A pie chart control. A pie chart displays a set of values and labels as sectors of a circular chart. The labels are displayed alongside the chart, and can be shown or hidden. | get the showLabels of <widget> set the showLabels of <widget> to <pBoolean> |