public static void AddHighlightedPoint(this PlotModel model, double x, double y) { model.AddHighlightedPoint(x, y, OxyColors.Automatic); }