Ejemplo n.º 1
0
 public void AddKPI(string kpi, string legend, string type)
 {
     GetChartController();
     kpiStrings.Add(kpi);
     kpiNames.Add(legend);
     kpiColors.Add(controller.GetSeriesColor(kpiColors.Count));
     //kpiTypes.Add(type);
 }