HistorizedSymbols

[ Interface ]

export interface HistorizedSymbols {
    symbol: string;
    displayName?: string;
    lineWidth: number;
    lineColor?: TcHmi.SolidColor;
    referenceLines?: ReferenceLine[];
}


Properties

Name

Type

Description

symbol

string

Symbol name

displayName (optional)

string

Visibility of the graph

lineWidth

number

Line width of the chart.

lineColor (optional)

TcHmi.SolidColor

Color of the graph.

referenceLines (optional)

ReferenceLine[]

Reference lines

See also

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

HistorizedSymbols 1:

Available from version 14