PieGraphDescription
[ Interface ]
export interface PieGraphDescription {
pieColor?: TcHmi.SolidColor;
labelColor?: TcHmi.SolidColor;
name: string;
showName: boolean;
showPercentLabel: boolean;
showValueLabel: boolean;
showUnit?: boolean;
}
Properties
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
![]() | Available from version 14 |
