Skip to content

DevExpress-Examples/blazor-charts-create-drill-down-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chart for Blazor - Create a Drill-Down Chart

You can create drill-down charts to visualize hierarchical data and allow users to explore its details. In this example, yearly product sales are distributed between company branches and product categories. Click bar series points, area series, and breadcrumb items to navigate detail levels.

Drill-down chart

The example uses a template to create series. The template is configured to apply individual settings to series types. Data fields that correspond to arguments and series names are passed as expressions to obtain data for a specific detail level.

The example handles the SeriesClick and onClick events to respond to element clicks and switch between data detail levels. Depending on the level, the chart loads and displays corresponding data.

Files to Review

Documentation

Does this example address your development requirements/objectives?

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

About

Create drill-down charts to visualize hierarchical data.

Topics

Resources

License

Stars

Watchers

Forks