protected ChartConfigBase(ChartTypes chartType)
 {
     ChartType = chartType;
     Type      = chartType.ToString();
 }