ReferenceLine

[ Interface ]

export interface ChartReferenceLineDefinition {
    show: boolean;
    name: string;
    orientation: string;
    value: number;
    color: TcHmi.SolidColor;
    linewidth: nuber;
    showLabel: boolean;
    labelHorizontalAlignment: string;
    labelVerticalAlignment: string;
    labelFontFamily: string;
    labelFontSize: number;
    labelFontSizeUnit: string;
    labelFontStyle: string;
    labelFontWeight: string;
}


Properties

Name

Type

Description

show

boolean

Visibility of the reference line.

name

string

Name of the reference line.

orientation

string

Orientation 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.

showLabel

boolean

Visibility of the label.

labelhorizontalAlignment

string

Horizontal alignment of the label.

labelVerticalAlignment

string

Vertical alignment of the label.

labelFontFamily

string

Font of the label.

labelFontSize

number

Font size of the label.

labelFontSizeUnit

string

Font size unit of the label.

labelFontStyle

string

Font style of the label.

labelFontWeight

string

Font weight of the label.

See also

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiBarChart.ChartReferenceLineDefinition

ReferenceLine 1:

Available since version 1.12.760