Skip to main content
All docs
V18.2

SelectedItemCollection Class

Represents a collection of selected chart elements (points and series) including business objects, in the case of data binding.

Namespace: DevExpress.XtraCharts.Native

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public class SelectedItemCollection :
    CollectionBase

Remarks

Each chart element holds its selected items within a collection represented by an instance of the SelectedItemCollection class, and can be accessed via the ChartControl.SelectedItems or WebChartControl.SelectedItems property. Individual items can be accessed using indexer notation.

Inheritance

Object
CollectionBase
SelectedItemCollection
See Also