TdxChartCustomAxis.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 |
|
#Remarks
Set the Reverse
property to True
to flip the axis direction.
Value | Example[1] |
---|---|
False |
![]() |
True |
![]() |
The Reverse
property’s default value is False
.
-
This example demonstrates normal and reverse directions of the axis of values (Y-axis).