Ejemplo n.º 1
0
 public void ClearData()
 {
     m_Series.ClearData();
     m_Legend.ClearData();
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Remove all series and legend data.
 /// It just emptying all of serie's data without emptying the list of series.
 /// </summary>
 public virtual void ClearData()
 {
     m_Series.ClearData();
     m_Legend.ClearData();
     RefreshChart();
 }