MenuBarPosition
[ Enumeration ]
export enum MenuBarPosition {
Bottom = 0,
Top = 1
}
The menu bar can be positioned at the top or bottom.
Values
Name | Value | Description |
---|---|---|
Bottom |
| Menu bar is positioned at the bottom. |
Top |
| Menu bar is positioned at the top. |
See also
Schema: tchmi:framework#/definitions/ChartMenuBarPosition
Available from version 1.10 |