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