Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxCustomOrgChart.IndentX Property

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

#Declaration

Delphi
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