Interface: IContextMenuRenderer
Charting Library.IContextMenuRenderer
Methods
hide
▸ hide(): void
hides the menu.
Returns
void
isShown
▸ isShown(): boolean
Returns
boolean
true
when the menu is currently displayed.
show
▸ show(pos
): void
Displays the menu at the position.
Parameters
Name | Type | Description |
---|---|---|
pos | ContextMenuPosition | Position to show context menu |
Returns
void