Header menu logo Sigma.NET

SigmaGraph Type

Represents a graph within the Sigma.NET framework.

Constructors

Constructor Description

SigmaGraph()

Full Usage: SigmaGraph()

Returns: SigmaGraph
Returns: SigmaGraph

Instance members

Instance member Description

this.AddEdge

Full Usage: this.AddEdge

Parameters:

Adds an edge to the graph.

edge : Edge

this.AddNode

Full Usage: this.AddNode

Parameters:

Adds a node to the graph.

node : Node

this.GetWidgetsAsString

Full Usage: this.GetWidgetsAsString

Returns: string

Returns a string representation of the widgets in the graph.

Returns: string

this.GraphData

Full Usage: this.GraphData

Gets or sets the graph data for this SigmaGraph instance.

this.Height

Full Usage: this.Height

Gets or sets the height of the graph visualization.

this.Layout

Full Usage: this.Layout

Gets or sets the layout configuration for this SigmaGraph instance.

this.Settings

Full Usage: this.Settings

Gets or sets the rendering settings for this SigmaGraph instance.

this.Widgets

Full Usage: this.Widgets

Gets or sets the collection of widgets associated with this SigmaGraph instance.

this.Width

Full Usage: this.Width

Gets or sets the width of the graph visualization.

Type something to start searching.