Search
GridLayout Members
Constructors Properties
 


( a feature of FlowChartX Pro edition)

Implements a grid graph layout algorithm.

The following tables list the members exposed by the GridLayout type.

 Public Constructors

  Name Description

GridLayout

Initializes a new instance of the GridLayout class.

 Public Properties

  Name Description

ArrowAnchoring

Gets or sets a value indicating how arrows should be aligned to the anchor points of nodes.

EndNode

Gets or sets the node that should be placed at the lower-right corner of the grid.

GridSize

Gets or sets the distance between adjacent grid points.

MultipleGraphsPlacement

Gets or sets a value indicating how multiple independent graphs in the diagram should be positioned relatively to each other.

NumIterations

Gets or sets how many iterations the grid layout algorithm should run.

RandomSeed

Gets or sets the seed value to use for generating random node positions.

Root

Gets or sets which sub-graph of the diagram should be laid out.

RouteArrows

 

SplitGraph

Gets or sets a value indicating whether to split the graph to its interconnected subgraphs and arrange the subgraphs independently or arrange the graph as a whole.

StartNode

Gets or sets which node should be placed at the upper-left corner of the grid.

XGap

Specifies the horizontal margin between separate subgraphs arranged by this algorithm.

YGap

Specifies the vertical margin between separate subgraphs arranged by this algorithm.

 See Also