ReferenceLine

[ Interface ]

export interface ReferenceLine {
    show: boolean;
    value: number;
    color: TcHmi.SolidColor;
    linewidth: nuber;
}


Properties

Name

Type

Description

show

boolean

Visibility of the reference line.

value

number

Value of the reference line.

color

TcHmi.SolidColor

Color of the reference line.

lineWidth

number

Line width of the reference line.

See also

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiSparkline.ReferenceLineDefinition

ReferenceLine 1:

Available from version 14