HistorizedSymbols
[ Interface ]
export interface HistorizedSymbols {
symbol: string;
displayName?: string;
lineWidth: number;
lineColor?: TcHmi.SolidColor;
referenceLines?: ReferenceLine[];
}
Properties
Name | Type | Description |
|---|---|---|
symbol | Symbol name | |
displayName (optional) | Visibility of the graph | |
lineWidth | Line width of the chart. | |
lineColor (optional) | Color of the graph. | |
referenceLines (optional) | ReferenceLine[] | Reference lines |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTrendSparkline.ReferenceLineDefinition
![]() | Available from version 14 |
