Marker
[ Interface ]
export interface Marker {
color: TcHmi.SolidColor;
label: string;
value: number;
}Properties
Name | Type | Description |
|---|---|---|
color | Color of the marker | |
label | Text of the marker | |
value | Value of the Maker |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.GaugeMarkerDefinitionList
![]() | Available since version 1.14.3 |
