GaugeRange
[ Interface ]
export interface Range {
color: TcHmi.SolidColor;
start: number;
end: number;
}
Properties
Name | Type | Description |
|---|---|---|
color | Color of the area | |
start | Start of the area | |
end | End of the range |
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.GaugeRangeDefinitionList
![]() | Available from version 1.12.744 |
