Gets or sets the currently selected item in the chart.
public IList SelectedItems { get; set; }
Public Property SelectedItems As IList
Note that if the chart control is bound to a data source, this property returns the data objects assigned to the selected chart elements. In the other case, the selected chart elements themselves will be returned.