SharpPlot.DrawContourPlot Method (Int32[],Int32[],Int32[])

Contour plot from arrays of integers.

public void DrawContourPlot(
    int[] xValues,
    int[] yValues,
    int[] zValues
);

See also ...

SharpPlot Members | DrawContourPlot Method