Skip to main content

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

NameTypeDescription
posContextMenuPositionPosition to show context menu

Returns

void