Skip to main content

TdxCustomOrgChart.IndentX Property

Specifies the minimum horizontal distance (in pixels) between adjacent nodes.

Declaration

property IndentX: Word read; write; default 16;

Property Value

Type Default
Word 16

Remarks

Use this property to expand or shrink the gaps between individual nodes of the chart’s longest row.

The IndentX property updates automatically by multiplying its current value by the form’s scaling factor every time it changes at design-time or runtime.

The default value of the IndentX property is 16.

See Also