ChartColorSource
[ Enumeration ]
export enum ChartColorSource {
ScopeConfig,
Theme
}
Values
Name | Value | Description |
---|---|---|
ScopeConfig |
| The colors from the ScopeConfig are used. |
Theme |
| The theme colors are used. |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiScopeControl.ChartColorSource
Available from version 1.12.748 |