Skip to main content

TdxChartRange.AutoSideMargins Property

Specifies if axis scale margins are calculated automatically.

Declaration

property AutoSideMargins: Boolean read; write; default True;

Property Value

Type Default Description
Boolean True

If True, axis scale margins are calculated automatically. If False, SideMarginMin and SideMarginMax properties define axis scale margins for minimum and maximum series values or arguments, depending on the axis.

See Also