NetworkGraph to svg doc
SVGExtensions
01 Syntax
Microsoft.VisualBasic.Data.visualize.Network.Canvas.SVGExtensions
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| ToSVG | 1 | |
| WriteLayouts | 1 | Write the node layout position into its extensions data, for generates the svg graphics. |
03 Members
ToSVG(
NetworkGraph, Size, DirectedForceGraph, Boolean, Int32)Parameters
| Name | Type | Description |
|---|---|---|
graph | NetworkGraph | - |
style | Size | Default value is SVGExtensions.DefaultStyle() |
size | DirectedForceGraph | The export canvas size |
WriteLayouts(
NetworkGraph, IForceDirected)Write the node layout position into its extensions data, for generates the svg graphics.
Parameters
| Name | Type | Description |
|---|---|---|
graph | NetworkGraph | - |
engine | IForceDirected | - |