Drill-Down
The Drill-Down feature allows end-users to change the detail level of data displayed in dashboard items. To learn more about drill-down concepts common to all dashboard items, see the Drill-Down topic.
When drill-down is enabled, an end-user can click a point to view the details (or double-click a point in case of enabled Master Filtering).
Drill-down requires that the Arguments section contains several dimensions, from the least to the most detailed dimension.
Note
In OLAP mode, you can perform drill-down for either a hierarchy data item or several dimension attributes. To learn more about OLAP mode, see Bind Dashboard Items to Data in OLAP Mode.
To enable drill-down, click the Drill Down button in the Data Ribbon tab (or the button if you are using the toolbar menu).
To return to the previous detail level (drill up), use the Drill Up () button in the caption of the Scatter Chart dashboard item, or the Drill Up command in the context menu.
In code, use the ScatterChartDashboardItem.InteractivityOptions property to access interactivity settings. This property returns the DashboardItemInteractivityOptions object.
To enable drill-down, set the DashboardItemInteractivityOptions.IsDrillDownEnabled property to true.