Changes the selection, replacing the currently selected items with the specified selected items.
public void ReplaceSelectedItems( params Object[] items )
Public Sub ReplaceSelectedItems( ByVal items As Object[] )
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.