ChartDashboardItemBase.InteractivityOptions Property
Provides access to interactivity options, such as Master Filtering and drill-down settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
Property Value
Type | Description |
---|---|
ChartInteractivityOptions | A ChartInteractivityOptions object that defines interactivity options. |
Remarks
To enable Master Filtering or drill-down, use the DashboardItemInteractivityOptions.MasterFilterMode and DashboardItemInteractivityOptions.IsDrillDownEnabled properties respectively.
Use the ChartInteractivityOptions.TargetDimensions property to specify whether to apply these features to arguments or series.
See Also