DashboardItemSelectionChangedWpfEventArgs.CurrentSelection Property
Gets currently selected elements’ data.
Namespace: DevExpress.DashboardWpf
Assembly: DevExpress.Dashboard.v24.1.Wpf.dll
NuGet Package: DevExpress.Wpf.Dashboard
Declaration
Property Value
Type | Description |
---|---|
List<AxisPointTuple> | A list of AxisPointTuple objects corresponding to the selected elements. |
See Also