DataSetGraphvizAlgorithm
Namespace: QuickGraph.Data
An algorithm that renders a DataSet graph to the Graphviz DOT format.
Constructors
Constructor | Description |
new(visitedGraph)
Signature: visitedGraph:DataSetGraph -> unit
|
|
new(visitedGraph, path, imageType)
Signature: (visitedGraph:DataSetGraph * path:string * imageType:GraphvizImageType) -> unit
|