public static void Graph(this ZedGraphControl zed, Function f, double a, double b, double h) { zed.Graph(f, a, b, h, Color.Black); }