TChartListBox.OnRemovedSeries
TChartListBox
property OnRemovedSeries: TNotifySeriesEvent;
Unit
TeeLisB
Description
This event is triggered when a Series is removed from a Chart.
Removing a Series can be done clicking the "Del" key on a Chart ListBox.
It can also happen when the application is destroying a Series (ie: Series1.Free), so you can use the Chart ListBox OnRemovedSeries as an informative event.