Skip to content

This example illustrates how to get client data corresponding to a particular visual element using DashboardViewer's API.

License

Notifications You must be signed in to change notification settings

DevExpress-Examples/winforms-dashboard-obtain-dashboard-item-client-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to handle a mouse click to obtain dashboard item's data in the WinForms Dashboard Viewer

The following example demonstrates how to get client data corresponding to a particular visual element using DashboardViewer's API.
In this example, the DashboardViewer.DashboardItemClick event is handled to obtain client data for the Card dashboard item and display this data in a Chart control. We obtain axis points placed on the "Sparkline" axis for the clicked card, determine corresponding actual/target values, and save these values to a data table. This table is used as a data source for the Chart control. 

See Also:
T359303: How to get data from a clicked dashboard item (WinForms)</a.

About

This example illustrates how to get client data corresponding to a particular visual element using DashboardViewer's API.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 6