Skip to main content

ChartDashboardItemBase.InteractivityOptions Property

Provides access to interactivity options, such as Master Filtering and drill-down settings.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public ChartInteractivityOptions InteractivityOptions { get; }

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