SelectedObject  
The ComboFlat SelectedObject may be used to interact with the Chart. Here setting the SelectedObject, a Series, to Active:

Example:
TChartSeries(cbSeries.SelectedObject).Active:=True;