Skip to main content

ChartControl.SelectedItems Property

Gets or sets the collection of selected items of the ChartControl object.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[NonTestableProperty]
[NonCategorized]
public IList SelectedItems { get; set; }

#Property Value

Type Description
IList

A list which contains selected chart items.

See Also