Example #1
0
 public void AddChartItemCategory(ChartItemCategory cic)
 {
     cic.SortChartItems();
     this.Items.Add(cic);
 }