Dashboard Item Menu
- 2 minutes to read
The dashboard item menu allows you to configure a dashboard item. This menu includes an interface to supply a dashboard item with data, specify interactivity settings, etc.
The dashboard item menu consists of pop-up panels that are invoked with the buttons listed in the table below.
Icon | Name | Description |
---|---|---|
Move | Allows you to customize a dashboard item layout using drag-and-drop operations. To learn more, see Dashboard Items Layout. | |
Binding | Invokes the Binding menu that allows you to create and modify data binding of the selected dashboard item. | |
Filters | Invokes the Filters menu that allows you apply filters on a dashboard item. | |
Interactivity | Invokes the Interactivity menu that contains settings affected by interaction between various dashboard items. | |
Options | Invokes the Options menu that contains specific options and settings related to the current dashboard item. Settings can be combined into sections like Common, Legend, Colors, etc. | |
Convert To | Invokes the Convert To dialog that allows you to convert or duplicate the current item. | |
Delete | Deletes the current dashboard item from the dashboard surface. |
Customization
To customize the Options menu, handle the CustomizeSections. The SectionOptions interface provides options for a new section in the dashboard item menu.
To remove a button from the dashboard menu, unregister the corresponding extension (for example, unregister the FilterPanelExtension extension to remove the Filters button).