コード例 #1
0
 public void Insert(int index, object value)
 {
     _seriesCollection.Insert(index, value as EasyChartXSeries);
 }