Pie Chart

Typewidget
Dictionaryelanorb.piechart
LibraryPie Chart
Associationscommunity.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.

TypeNameSummarySyntax
messagesectorClicked

Sent when a sector of the pie chart is clicked.

on sectorClicked pSectorNumber

propertysectorLabels

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>

widgetPie 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>