/// <summary>
 /// Add series into chart with names
 /// </summary>
 public void ChartSet()
 {
     Chart.AddSeries(_data.GetSeriesList());
 }