ChartColorSource
Defines whether the colors from ScopeConfig or the theme colors are to be used.
- ScopeConfig: Uses the specified colors from the ScopeConfig.
- Theme: Uses the theme colors.
Schema: tchmi:framework#/TcHmi.Controls.Beckhoff.TcHmiScopeControl.ChartColorSource
Attribute getter
public getChartColorSource(): TcHmi.Controls.Beckhoff.TcHmiScopeControl.ChartColorSource;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
The current value of the attribute. |
Attribute setter
public setChartColorSource (valueNew: TcHmi.Controls.Beckhoff.TcHmiScopeControl.ChartColorSource): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | The new value of the attribute. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.12.748 |
