DashboardItemSelectionChangedWpfEventArgs.CurrentSelection Property
In This Article
Gets currently selected elements’ data.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.2.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
#Declaration
public List<AxisPointTuple> CurrentSelection { get; }
#Property Value
Type | Description |
---|---|
List<Axis |
A list of Axis |
See Also