SharpPlot Reference > SharpPlot Methods > DrawNetworkMap Method > (Int32[][],Double[],Double[]) SharpPlot.DrawNetworkMap Method (Int32[][],Double[],Double[])
Draw a network of links with specified node positions.
public void DrawNetworkMap(
int[][] data,
double[] xValues,
double[] yValues
);
-
data
- Link strengths between nodes.
-
xValues
- X positions of nodes.
-
yValues
- Y positions of nodes.
See also ...SharpPlot Members | SharpPlot.DrawNetworkMap Method
Send comments on this topic © Dyalog Ltd 2021
|