MenuBarPosition
Defines where the menu bar should be displayed.
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.ChartMenuBarPosition
Attribute getter
public getMenuBarPosition(): TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.MenuBarPosition | undefined;Parameter
Name | Type | Description |
|---|---|---|
- | - | - |
Return value
Type | Description |
|---|---|
TcHmi.Controls.Beckhoff.TcHmi.TrendLineChart.ChartMenuBarPosition | The current value of the attribute. |
Attribute setter
public setMenuBarPosition(valueNew: TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.MenuBarPosition | null): void;Parameter
Name | Type | Description |
|---|---|---|
valueNew | TcHmi.Controls.Beckhoff.TcHmiTrendLineChart.ChartMenuBarPosition, null | The new value of the attribute. If null is passed, the internal default value is used. |
Return value
Type | Description |
|---|---|
void | No return value. |
![]() | Available from version 1.10 |
