Pie Chart Widget
A Pie chart widget based on the g2plot library. Can be changed to a Donut Chart from the Configurator.
Usage
Allows displaying of category data with Value. The value in LabelField
must be a unique string
or number
. The values can be used to formatted in the Configurator.
Properties
Property | Type | Binding | Default | Description |
---|---|---|---|---|
Data | INFOTABLE | < | Infotable with a column for Label and a column for Value to be displayed on the chart. | |
LabelField | FIELDNAME | < | Name of the column in the Data infotable specifying the label data. | |
ValueField | FIELDNAME | < | Name of the column in the Data infotable specifying the value data. | |
DonutInnerLabel | STRING(localized) | < | Name of the inside label of a donut pie chart. | |
EnableSelection | BOOLEAN | false | Allows the user to select one of the pie/donut parts, which would represent the selected row. The user should also be able to click again to deselect. |
Events
Property | Type | Binding | Description |
---|---|---|---|
DoubleClick | EVENT | > | Triggered when the widget is double clicked . |