Skip to main content
All docs
V25.1
  • 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
    True
    Default. Axis scale margins are calculated automatically.
    False
    SideMarginMin and SideMarginMax properties define axis scale margins for minimum and maximum series values or arguments, depending on the axis.
    See Also