Back to Devexpress

TdxChartCustomAxis.Reverse Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-46271eb4.md

latest1.3 KB
Original Source

TdxChartCustomAxis.Reverse Property

Specifies if the axis scale direction is reversed.

Declaration

delphi
property Reverse: Boolean read; write; default False;

Property Value

TypeDefaultDescription
BooleanFalse

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

|

Remarks

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

ValueExample[1]
False
True

The Reverse property’s default value is False.

Footnotes

  1. This example demonstrates normal and reverse directions of the axis of values (Y-axis).

See Also

TdxChartXYDiagram.Rotated Property

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit