DXChartBase.SelectedItems Property
Returns paths to selected points grouped by series.
Namespace: DevExpress.Xamarin.iOS.Charts
Assembly: DevExpress.Xamarin.iOS.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public virtual DXSeriesPointInfo[] SelectedItems { get; }
Property Value
Type | Description |
---|---|
DXSeriesPointInfo[] | Information about selected points within a series. |
See Also