ChartDashboardItemBase.InteractivityOptions Property
In This Article
Provides access to interactivity options, such as Master Filtering and drill-down settings.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.2.Core.dll
NuGet Package: DevExpress.Dashboard.Core
#Declaration
public ChartInteractivityOptions InteractivityOptions { get; }
#Property Value
Type | Description |
---|---|
Chart |
A Chart |
#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