Skip to main content
A newer version of this page is available. .

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.v19.1.Core.dll

Declaration

public class ChartInteractivityOptions :
    DashboardItemInteractivityOptions

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.

See Also