dashboard-devexpress-dot-dashboardcommon-3c58699a.md
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.v25.2.Core.dll
NuGet Package : DevExpress.Dashboard.Core
public class ChartInteractivityOptions :
DashboardItemInteractivityOptions
Public Class ChartInteractivityOptions
Inherits DashboardItemInteractivityOptions
The following members return ChartInteractivityOptions objects:
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.
Object FilterableDashboardItemInteractivityOptions DashboardItemInteractivityOptions ChartInteractivityOptions
See Also