Skip to main content
All docs
V25.1
  • TdxChartCustomSecondaryAxisCollectionItem.Reverse Property

    Specifies if the axis scale direction is reversed.

    Declaration

    property Reverse: Boolean read; write; default False;

    Property Value

    Type Default Description
    Boolean False

    True if the axis scale direction is reversed; otherwise, False.

    Remarks

    Set the Reverse property to True to flip the axis direction.

    Default Value

    The Reverse property’s default value is False.

    See Also