SharpPlot.DrawMinMaxChart Method (Double[],Double[],Int32[])

Double arays of Max and Min with integer Axis values.

public void DrawMinMaxChart(
    double[] maxValues,
    double[] minValues,
    int[] axisValues
);

See also ...

SharpPlot Members | DrawMinMaxChart Method