StatisticalDataField
[ Interface ]
export interface StatisticalDataField {
showColumn: boolean;
decimalPlaces?: number;
unit?: string;
useScaleFactor?: boolean;
}Properties
Name | Type | Description |
|---|---|---|
showColumn | Visibility of the column | |
decimalPlaces (optional) | Decimal places in the column | |
unit (optional) | Unit of the column | |
useScaleFactor (optional) | Use of the scaling factor |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTrendLineChart. StatisticalDataField
![]() | Available from version 14 |
