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)

TcHmi.SolidColor

Color of the pie slice.

labelColor (optional)

TcHmi.SolidColor

Color of the description.

name

string

Name of the pie slice.

showName

boolean

Visibility of the name.

showPercentLabel

boolean

Visibility of the percentage display.

showValue

boolean

Visibility of the value.

showUnit

boolean

Visibility of the unit.

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiPieChart.ChartPieGraphDescriptionDefinitionList

PieGraphDescription 1:

Available from version 14