Giter Site home page Giter Site logo

devexpress-examples / web-dashboard-get-item-data-on-click Goto Github PK

View Code? Open in Web Editor NEW
2.0 57.0 0.0 594 KB

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

License: Other

C# 25.38% ASP.NET 51.57% Visual Basic .NET 23.05%
business-intelligence asp-net-web-forms web-dashboard dashboard-for-web-forms underlying-data

web-dashboard-get-item-data-on-click's Introduction

Dashboard for Web Forms - How to Get Data from a Clicked Dashboard Item

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

chart clicked data

Files to Look at

Example Overview

The ItemClick event handler receives arguments of the ASPxClientDashboardItemClickEventArgs type that allows you to get data displayed in a clicked item: grid rows, series points, cards. Note that some dashboard 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 dashboard item:

  1. Call the GetData method to request the ASPxClientDashboardItemData 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.

Documentation

More Examples

web-dashboard-get-item-data-on-click's People

Contributors

alexanderkovalenko avatar natakazakova avatar pollyndos avatar ritazakhodyaeva avatar stason4eg avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.