LineGraphDescription
[ Interface ]
export interface LineGraphDescription {
lineColor?: TcHmi.SolidColor;
lineWidth: number;
displayName?: string;
referenceLines?: ReferenceLine[];
}Properties
Name | Type | Description |
|---|---|---|
lineColor (optional) | Line color | |
lineWidth | Line width | |
displayName (optional) | Display name | |
referenceLines | Reference lines |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiSparkline.LineGraphDescriptionList
![]() | Available from version 14 |
