StatisticalDataConfiguration

[ Interface ]

export interface StatisticalDataConfiguration {
    showSymbol: boolean;
    showLegend: boolean;
    minimum: StatisticalDataField;
    maximum: StatisticalDataField;
    average: StatisticalDataField;
}

Properties

Name

Type

Description

showSymbol

boolean

Visibility of the symbol name

showLegend

boolean

Visibility of the legend name

minimum

TcHmiCharting.StatisticalDataField

Describes the minimum column

maximum

TcHmiCharting.StatisticalDataField

Describes the maximum column

average

TcHmiCharting.StatisticalDataField

Describes the average column

See also

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

StatisticalDataConfiguration 1:

Available from version 14