Class GraphvizGraph
Graphviz graph.
Inheritance
Inherited Members
Namespace: QuikGraph.Graphviz.Dot
Assembly: QuikGraph.Graphviz.dll
Syntax
[Serializable]
public class GraphvizGraph
Properties
| Improve this Doc View SourceBackgroundColor
Background color. See more
Declaration
public GraphvizColor BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
GraphvizColor |
ClusterRank
Cluster rank mode. See more
Declaration
public GraphvizClusterMode ClusterRank { get; set; }
Property Value
Type | Description |
---|---|
GraphvizClusterMode |
Comment
Comment. See more
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Font
Declaration
public GraphvizFont Font { get; set; }
Property Value
Type | Description |
---|---|
GraphvizFont |
FontColor
Font color. See more
Declaration
public GraphvizColor FontColor { get; set; }
Property Value
Type | Description |
---|---|
GraphvizColor |
IsCentered
Graph should be centered? See more
Declaration
public bool IsCentered { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsCompounded
Graph is compound? See more
Declaration
public bool IsCompounded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsConcentrated
Graph is concentrated? See more
Declaration
public bool IsConcentrated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsHtmlLabel
Indicates if label should be read as HTML or normal text. By default it is normal text. See more
Declaration
public bool IsHtmlLabel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsLandscape
Graph is landscape? See more
Declaration
public bool IsLandscape { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsNormalized
Graph should be normalized? See more
Declaration
public bool IsNormalized { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsReMinCross
Should run crossing minimization? See more
Declaration
public bool IsReMinCross { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Label. See more
Declaration
public string Label { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LabelJustification
Label justification. See more
Declaration
public GraphvizLabelJustification LabelJustification { get; set; }
Property Value
Type | Description |
---|---|
GraphvizLabelJustification |
LabelLocation
Label location. See more
Declaration
public GraphvizLabelLocation LabelLocation { get; set; }
Property Value
Type | Description |
---|---|
GraphvizLabelLocation |
Layers
Layers. See more
Declaration
public GraphvizLayerCollection Layers { get; }
Property Value
Type | Description |
---|---|
GraphvizLayerCollection |
McLimit
Crossing minimization improvement tries limit. See more
Declaration
public double McLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Name
Graph name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | Set value is null. |
NodeSeparation
Node separation. See more
Declaration
public double NodeSeparation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
NsLimit
Iterations limit for simplex applications. See more
Declaration
public int NsLimit { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
NsLimit1
Iterations limit for simplex applications. See more
Declaration
public int NsLimit1 { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
OutputOrder
Output order. See more
Declaration
public GraphvizOutputMode OutputOrder { get; set; }
Property Value
Type | Description |
---|---|
GraphvizOutputMode |
PageDirection
Page direction. See more
Declaration
public GraphvizPageDirection PageDirection { get; set; }
Property Value
Type | Description |
---|---|
GraphvizPageDirection |
PageSize
Page size. See more
Declaration
public GraphvizSizeF PageSize { get; set; }
Property Value
Type | Description |
---|---|
GraphvizSizeF |
PenWidth
Pen width. See more
Declaration
public double PenWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Quantum
Quantum. See more
Declaration
public double Quantum { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
RankDirection
Rank direction. See more
Declaration
public GraphvizRankDirection RankDirection { get; set; }
Property Value
Type | Description |
---|---|
GraphvizRankDirection |
RankSeparation
Rank separation. See more
Declaration
public double RankSeparation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Ratio
Aspect ratio. See more
Declaration
public GraphvizRatioMode Ratio { get; set; }
Property Value
Type | Description |
---|---|
GraphvizRatioMode |
Resolution
Resolution. See more
Declaration
public double Resolution { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Rotate
Graph rotation. See more
Declaration
public int Rotate { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SamplePoints
Sample points. See more
Declaration
public int SamplePoints { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SearchSize
Search size. See more
Declaration
public int SearchSize { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Size
Size. See more
Declaration
public GraphvizSizeF Size { get; set; }
Property Value
Type | Description |
---|---|
GraphvizSizeF |
Splines
Graph splines draw mode. See more
Declaration
public GraphvizSplineType Splines { get; set; }
Property Value
Type | Description |
---|---|
GraphvizSplineType |
StyleSheet
Stylesheet. See more
Declaration
public string StyleSheet { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
URL. See more
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToDot()
Converts this graph to DOT.
Declaration
public string ToDot()
Returns
Type | Description |
---|---|
System.String | Graph as DOT. |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |