LineGraphDescriptions

Engineering

This dialog can be used to change the settings of the graphs for the individual subarrays to be displayed in the LineChart.

Items

List of all objects added

LineGraphDescriptions 1:

Delete the selected object

LineGraphDescriptions 2:

Change the object order (top = left)

LineGraphDescriptions 3:

Add a new object

Name

Type

Description

yAxisId

number

id of the Y-axis

lineWidth (optional)

number

Line width

lineColor (optional)

TcHmi.SolidColor

Line color

pointDot

boolean

Are points to be drawn

pointDotRadius (optional)

number

Radius of the point circles

pointDotFillColor (optional)

TcHmi.SolidColor

Fill color of the point circle

pointDotStrokeWidth (optional)

number

Stroke width of the point circle

pointDotStrokeColor (optional)

TcHmi.SolidColor

Stroke color of the point circle

legendName (optional)

string

Legend name

xScaleFactor (optional)

number

X scaling factor

yScaleFactor (optional)

number

Y scaling factor

fillMode (optional)

string

Mode how the graph should be filled. Possible are: None, HorizontalZero, Top, Bottom, Center and Source

fillModeReferenceLine

string

Name of the ReferenceLine

fillColor (optional)

TcHmi.SolidColor

Fill color of the graph

fillTransparency (optional)

number

Transparency of the fill color (0-1)

colorRanges (optional)

TcHmiCharting.ColorRanges

Array of colors used for different areas

defaultVisibility (optional)

boolean

Visibility of the graph

Schema: tchmi:framework#/definitions/ChartLineGraphDescriptionDefinitionList

Attribute getter


public getLineGraphDescriptions(): TcHmi.Controls.Beckhoff.TcHmiLineChart.LineGraphDescription[] | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.Controls.Beckhoff.TcHmiLineChart.LineGraphDescription[], null

The current value of the attribute.

Attribute setter


public setLineGraphDescriptions(valueNew: TcHmi.Controls.Beckhoff.TcHmiLineChart.LineGraphDescription[] | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.Controls.Beckhoff.TcHmiLineChart.LineGraphDescription[], null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

LineGraphDescriptions 4:

Available from 1.8