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

0

Menu bar is positioned at the bottom.

Top

1

Menu bar is positioned at the top.

See also

Schema: tchmi:framework#/definitions/ChartMenuBarPosition

MenuBarPosition 1:

Available from version 1.10