SharpPlot Reference > SharpPlot Methods > SetNetworkMapSelfArc Method SharpPlot.SetNetworkMapSelfArc Method
Set NetworkMap Self Arc given an array of numbers or a single value.
Array will be cycled through along nodes.
Positive values give arc radii in points. Negative values give arc radii as a multiple of SetPenWidths. Zero will apparently disables self-arcs because they will be infinitely small, but ValueTags if any would still be displayed on it, that is at the center of the node.
Example
sp.SetNetworkMapSelfArc(0); // Make self-arcs infinitely small
Overloads
See also ...SharpPlot Members | SharpPlot.DrawNetworkMap Method | SharpPlot.SetNetworkMapLinkArc Method
Send comments on this topic © Dyalog Ltd 2021
|