Skip to main content

ChartControl.SelectedItem Property

Gets or sets the currently selected item in the chart.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[NonCategorized]
public object SelectedItem { get; set; }

#Property Value

Type Description
Object

An object that is the currently selected chart element.

See Also