DevExpress-Examples/web-dasard-get-item-data-on-click

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This example shows how use the client-side ASPxClientDasard.ItemClick event to get data from a clicked dasard item.

chart clicked data

The ItemClick event handler receives arguments of the ASPxClientDasardItemClickEventArgs type that allows you to get data displayed in a clicked item: grid rows, series points, cards. Note that some dasard items display multidimensional data. See the Obtaining Underlying and Displayed Data help topic for more information about the general data structure.

Follow the steps below to get data from a clicked dasard item:

  1. Call the GetData method to request the ASPxClientDasardItemData object that contains information about the item data.
  2. Call the GetAxisNames method to get a list of displayed axes.
  3. Use the GetDimensions and GetAxisPoint methods to get information about dimensions that correspond to each axis.
  4. Use the GetSlice method to get a data slice that corresponds to the target item's element and call the GetMeasureValue method to get the last level's measure values in the slice.

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

About

The examples shows how to use the client-side ItemClick event to get data from a clicked dasard item in the Dasard for Web Forms.

Topics

Resources

License

Stars

Watchers

Forks

Contributors 6