PieGraphDescription
Engineering
This dialog can be used to change the settings of the graphs for the individual values to be displayed in the PieChart.
Items | List of all objects added |
|---|---|
| Delete the selected object |
| Change the object order (top = left) |
| Add a new object |
Name | Type | Description |
|---|---|---|
pieColor (optional) | Color of the pie slice. | |
labelColor (optional) | Color of the description. | |
name | Name of the pie slice. | |
showName | Visibility of the name. | |
showPercentLabel | Visibility of the percentage display. | |
showValue | Visibility of the value. | |
showUnit | Visibility of the unit. |
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiPieChart.ChartPieGraphDescriptionDefinitionList
Attribute getter
public getPieGraphDescription(): TcHmi.Controls.Beckhoff.TcHmiPieChart.ChartPieGraphDescriptionDefinitionList[] | null;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Controls.Beckhoff.TcHmiPieChart.ChartPieGraphDescriptionDefinitionList[], null | The current value of the attribute. |
Attribute setter
public setPieGraphDescription(valueNew: TcHmi.Controls.Beckhoff.TcHmiPieChart.ChartPieGraphDescriptionDefinitionList [] | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.Beckhoff.TcHmiPieChart.ChartPieGraphDescriptionDefinitionList[], null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 14 |



