StatisticalDataField

[ Interface ]

export interface StatisticalDataField {
    showColumn: boolean;
    decimalPlaces?: number;
    unit?: string;
    useScaleFactor?: boolean;
}

Properties

Name

Type

Description

showColumn

boolean

Visibility of the column

decimalPlaces (optional)

number

Decimal places in the column

unit (optional)

string

Unit of the column

useScaleFactor (optional)

boolean

Use of the scaling factor

See also

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTrendLineChart. StatisticalDataField

StatisticalDataField 1:

Available from version 14