Pie Chart
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.
You must be logged in to leave a review or reply.
Pie Chart
widget
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.
sectorClicked
message
on sectorClicked pSectorNumber
Name | Type | Description |
---|---|---|
pSectorNumber | The sector number of the clicked segment. |
The message is sent when a sector in the pie chart is clicked. The parameter number of the sector which was clicked.
sectorValues
property
get the sectorValues of widget
set the sectorValues of widget to pValueList
Name | Type | Description |
---|---|---|
pValueList | A comma separated string of values. |
Use the property to set the values to be displayed in the pie chart.
sectorLabels
property
get the sectorLabels of widget
set the sectorLabels of widget to pLabelList
Name | Type | Description |
---|---|---|
pLabelList | A comma separated string of labels. |
Use the property to set the labels to be displayed in the pie chart.
showLabels
property
get the showLabels of widget
set the showLabels of widget to { true | false }
Use the property to control whether the sector labels are shown or not.