lineGraphDescription

[ Interface ]

export interface lineGraphDescription {
    yAxisId: number;
    lineWidth?: number;
    lineColor?: TcHmi.SolidColor;
    pointDot?: boolean;
    pointDotRadius?: number;
    pointDotFillColor?: TcHmi.SolidColor;
    pointDotStrokeWidth?: number;
    pointDotStrokeColor?: TcHmi.SolidColor;
    legendName?: string;
    xScaleFactor?: number;
    yScaleFactor?: number;
    fillColor?: TcHmi.SolidColor;
    fillTransparency?: string;
    fillMode?: string;
}

Properties

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 scale factor

yScaleFactor (optional)

number

Y scale factor

fillColor (optional)

TcHmi.SolidColor

Fill color of the graph

fillMode (optional)

string

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

fillTransparency (optional)

number

Fill color transparency (0-1)

See also

Schema: tchmi:framework#/definitions/ChartLineGraphDescriptionDefinitionList

lineGraphDescription 1:

Available from 1.8