Skip to main content

SeriesView.SelectedItem Property

Gets or sets the currently selected item in the series.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

#Declaration

public object SelectedItem { get; set; }

#Property Value

Type Description
Object

An object that is the currently selected data point.

See Also