Back to Devexpress

ChartInteractivityOptions Class

dashboard-devexpress-dot-dashboardcommon-3c58699a.md

latest2.3 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Dashboard.Core

Declaration

csharp
public class ChartInteractivityOptions :
    DashboardItemInteractivityOptions
vb
Public Class ChartInteractivityOptions
    Inherits DashboardItemInteractivityOptions

The following members return ChartInteractivityOptions objects:

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.

Inheritance

Object FilterableDashboardItemInteractivityOptions DashboardItemInteractivityOptions ChartInteractivityOptions

See Also

ChartInteractivityOptions Members

DevExpress.DashboardCommon Namespace