TdxChartCustomSecondaryAxisCollectionItem.Reverse Property
In This Article
Specifies if the axis scale direction is reversed.
#Declaration
Delphi
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.
#Default Value
The Reverse
property’s default value is False
.
See Also