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

DashboardItemVisualInteractivityEventArgs.TargetAxes Property

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

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v19.1.Win.dll

Declaration

public List<string> TargetAxes { get; set; }

Property Value

Type Description
List<String>

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

See Also