Back to Devexpress

ChartControl.SelectedItems Property

wpf-devexpress-dot-xpf-dot-charts-dot-chartcontrol-c04052df.md

latest1.3 KB
Original Source

ChartControl.SelectedItems Property

Gets or sets the currently selected item in the chart.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public IList SelectedItems { get; set; }
vb
<NonCategorized>
Public Property SelectedItems As IList

Property Value

TypeDescription
IList

A list of selected chart items.

|

Remarks

Note that if the chart control is bound to a data source, this property returns the data objects assigned to the selected chart elements. In the other case, the selected chart elements themselves will be returned.

See Also

Selection

ChartControl Class

ChartControl Members

DevExpress.Xpf.Charts Namespace