ChartMenubarPosition
[ Enumeration ]
export enum ChartMenubarPosition {
Bottom = 0,
Top = 1
}
Values
Name | Value | Description |
|---|---|---|
Bottom |
| Menu bar is displayed at the bottom |
Top |
| Menu bar is displayed at the top |
![]() | Available from version 14 |
[ Enumeration ]
export enum ChartMenubarPosition {
Bottom = 0,
Top = 1
}
Name | Value | Description |
|---|---|---|
Bottom |
| Menu bar is displayed at the bottom |
Top |
| Menu bar is displayed at the top |
![]() | Available from version 14 |