Skip to main content
A newer version of this page is available. .

SeriesView.SelectedItem Property

Gets or sets the currently selected item in the series.

Namespace: DevExpress.WinUI.Charts

Assembly: DevExpress.WinUI.Charts.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnSelectedItemChanged")]
public object SelectedItem { get; set; }

Property Value

Type Description
Object

An object that is the currently selected data point.

See Also