TcxGridChartView.ClearSeries Method
Removes all the series that are associated with the View.
Declaration
procedure ClearSeries;
Remarks
Call the ClearSeries method to remove all the series which provide series values for displaying within the View. This automatically removes all the series from the Series collection and results in an empty View of the currently active diagram.
See Also