Back to Devexpress

DashboardItemVisualInteractivityEventArgs.TargetAxes Property

dashboard-devexpress-dot-dashboardwin-dot-dashboarditemvisualinteractivityeventargs.md

latest1.5 KB
Original Source

DashboardItemVisualInteractivityEventArgs.TargetAxes Property

Gets or sets data axes used to perform custom interactivity actions.

Namespace : DevExpress.DashboardWin

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

NuGet Package : DevExpress.Win.Dashboard

Declaration

csharp
public List<string> TargetAxes { get; set; }
vb
Public Property TargetAxes As List(Of String)

Property Value

TypeDescription
List<String>

A list of String objects that specify the names of data axes.

|

See Also

Data

DashboardItemVisualInteractivityEventArgs Class

DashboardItemVisualInteractivityEventArgs Members

DevExpress.DashboardWin Namespace