Skip to content

DevExpress-Examples/asp-net-core-dashboard-custom-interactivity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BI Dashboard for ASP.NET Core - How to add custom interactivity to a dashboard

The Web Dashboard allows you to add a custom interactivity to dashboards. For this, handle the ViewerApiExtensionOptions.onItemVisualInteractivity event. You can get data axes used to apply custom interactivity actions, specify the selection mode for dashboard item elements and so on. Use event arguments to process the multidimensional data to get the slice, axes, or tuples.

After a user changes the selection in the dashboard item, the ViewerApiExtensionOptions.onItemSelectionChanged event is raised.

This example shows the following interactivity customization:

  • Select categories in the Grid dashboard item to visualize the total sales in the dxBarGauge widget. Note that the hidden 'Quantity' measure is used to pass values to the client.

  • The Chart dashboard item highlights bars corresponding to a hovered argument value.

Files to Review

Documentation

More Examples

Does this example address your development requirements/objectives?

(you will be redirected to DevExpress.com to submit your response)

About

How to add custom interactivity to your dashboard in the ASP.NET Core Dashboard Control

Topics

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •