SharpPlot Reference > SharpPlot Methods > DrawVectors Method > (Int32[],Int32[],Int32[],Int32[])

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

Vector plot from 4 series.

public void DrawVectors(
    int[] x1,
    int[] y1,
    int[] x2,
    int[] y2
);
x1
deceiv #.cc.checkforargs into believing this is mult-arg so that DrawVectors(a b c d) does DrawVectors(a,b,c,d) and not DrawVectors(new double[][]{a,b,c,d}) for #.qa.figs.VectorFigs.
y1
4 series of x y x y.
x2
deceiv #.cc.checkforargs into believing this is mult-arg so that DrawVectors(a b c d) does DrawVectors(a,b,c,d) and not DrawVectors(new double[][]{a,b,c,d}) for #.qa.figs.VectorFigs.
y2
4 series of x y x y.

See also ...

SharpPlot Members | SharpPlot.DrawVectors Method


Send comments on this topic
© Dyalog Ltd 2021