ReferenceLine
[ Interface ]
export interface ReferenceLine {
show: boolean;
value: number;
color: TcHmi.SolidColor;
linewidth: nuber;
}
Properties
Name | Type | Description |
|---|---|---|
show | Visibility of the reference line. | |
value | Value of the reference line. | |
color | Color of the reference line. | |
lineWidth | Line width of the reference line. |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiSparkline.ReferenceLineDefinition
![]() | Available from version 14 |
