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

SelectedItemsChangingEventArgs.NewItems Property

Provides access to a collection of new selected chart elements (series and series points) and business data objects if a Chart Control or a series is bound to a data source.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public IList NewItems { get; }

Property Value

Type Description
IList

A collection of newly selected items.

Remarks

When the chart control is connected to a data source, the ChartControl.SelectedItems property returns a collection of business data objects instead of selected series points.

See Also