ChartInteractivityOptions Class
Contains options related to the specifics of Master Filtering and drill-down in the Chart and Pie dashboard items.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Remarks
In Chart and Pie dashboard items, each data point corresponds both to an argument and series value. For these items, you can specify whether Master Filtering and drill-down should be performed by the selected argument or series value. The ChartInteractivityOptions class provides the ChartInteractivityOptions.TargetDimensions property that allows you to do this.
To access interactivity options of a Chart or Pie dashboard item, use the ChartDashboardItemBase.InteractivityOptions property.