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