Example3_4.DataCollection.RemoveAll C# (CSharp) 메소드

RemoveAll() 공개 메소드

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