Example3_4.DataCollection.RemoveAll C# (CSharp) Method

RemoveAll() public method

public RemoveAll ( ) : void
return void
        public void RemoveAll()
        {
            dataSeriesList.Clear();
        }