QuickGraph


DataSetGraphvizAlgorithm

Namespace: QuickGraph.Data

An algorithm that renders a DataSet graph to the Graphviz DOT format.

Constructors

ConstructorDescription
new(visitedGraph)
Signature: visitedGraph:DataSetGraph -> unit
new(visitedGraph, path, imageType)
Signature: (visitedGraph:DataSetGraph * path:string * imageType:GraphvizImageType) -> unit
Fork me on GitHub