BarGraphDescription
[ Interface ]
export interface BarGraphDescription {
barColor: TcHmi.SolidColor;
legendName: string;
scaleFactor: number;
}
Properties
Name | Type | Description |
---|---|---|
barColor | Bar color | |
legendName | Legend name | |
scaleFactor | Scale factor |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiBarChart.ChartBarGraphDescriptionDefinitionList
Available from version 1.12 |