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

ChartControl.ReplaceSelectedItems(Object[]) Method

Changes the selection, replacing the currently selected items with the specified selected items.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.UI.dll

Declaration

public void ReplaceSelectedItems(
    params object[] items
)

Parameters

Name Type Description
items Object[]

The newly selected items.

Remarks

The array should contain data items when the chart (series are generated automatically) or series is bound to data, or series points when data points are added manually.

See Also