Ejemplo n.º 1
0
 public static void AddColumnSeries(this PlotModel model, IEnumerable <string> xLabels, IEnumerable <double> ySeries)
 {
     model.AddColumnSeries(xLabels, ySeries, OxyColors.Automatic);
 }