View on GitHub

dotnet-eud

.NET Controls End-User Documentation

Interactivity

This topic describes features that enable interaction between the Chart and other dashboard items. These features include Master Filtering and Drill-Down.

Master Filtering

The Dashboard allows you to use any data aware dashboard item as a filter for other dashboard items (Master Filter). To learn more about filtering concepts common to all dashboard items, see the Master Filtering topic.

The Chart dashboard item supports filtering by argument or series values.

To reset filtering, use the Clear Master Filter button in the Chart’s caption, or corresponding command in the Chart’s context menu.

Chart_Interactivity_ClearFiltering

Drill-Down

The built-in drill-down capability allows you to change the detail level of data displayed in dashboard items on the fly. To learn more, see Drill-Down.

The Chart dashboard item supports drill-down on argument or series values.

To return to the previous detail level (drill up), use the Drill Up button within the Chart caption area, or the corresponding command in the Chart’s context menu.

Chart_Interactivity_DrillUp