Back to Devexpress

IDashboardControl.DashboardItemVisualInteractivity Event

dashboard-devexpress-dot-dashboardwin-dot-idashboardcontrol-ace1283a.md

latest3.8 KB
Original Source

IDashboardControl.DashboardItemVisualInteractivity Event

Allows you to provide custom visual interactivity for data-bound dashboard items that support element selection and highlighting.

Namespace : DevExpress.DashboardWin

Assembly : DevExpress.Dashboard.v25.2.Win.dll

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
event DashboardItemVisualInteractivityEventHandler DashboardItemVisualInteractivity
vb
Event DashboardItemVisualInteractivity As DashboardItemVisualInteractivityEventHandler

Event Data

The DashboardItemVisualInteractivity event's data class is DashboardItemVisualInteractivityEventArgs. The following properties provide information specific to this event:

PropertyDescription
DashboardItemNameGets the component name of the dashboard item for which the event was raised. Inherited from DashboardItemVisualInteractivityBaseEventArgs.
DataGets client data visualized within the dashboard item.
EnableHighlightingGets or sets whether to enable highlighting for the current dashboard item. Inherited from DashboardItemVisualInteractivityBaseEventArgs.
SelectionModeGets or sets the selection mode for dashboard item elements.
TargetAxesGets or sets data axes used to perform custom interactivity actions.

The event data class exposes the following methods:

MethodDescription
SetDefaultSelection(AxisPoint)Sets the default selection for the current dashboard item.
SetDefaultSelection(AxisPointTuple)Sets the default selection for the current dashboard item.
SetDefaultSelection(List<AxisPoint>)Sets the default selection for the current dashboard item.
SetDefaultSelection(List<AxisPointTuple>)Sets the default selection for the current dashboard item.

See Also

IDashboardControl Interface

IDashboardControl Members

DevExpress.DashboardWin Namespace