Back to Devexpress

TdxCustomOrgChart.IndentX Property

vcl-dxorgchr-dot-tdxcustomorgchart-3f6c5a98.md

latest1.0 KB
Original Source

TdxCustomOrgChart.IndentX Property

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

Declaration

delphi
property IndentX: Word read; write; default 16;

Property Value

TypeDefault
Word16

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

TdxCustomOrgChart.IndentY

TdxCustomOrgChart Class

TdxCustomOrgChart Members

dxorgchr Unit