Back to Devexpress

TdxChartXYDiagram.Rotated Property

vcl-dxchartxydiagram-dot-tdxchartxydiagram-d7ff7d64.md

latest1.8 KB
Original Source

TdxChartXYDiagram.Rotated Property

Specifies if positions of X and Y axes in the diagram are swapped.

Declaration

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

Property Value

TypeDefaultDescription
BooleanFalse

True if positions of X and Y axes in the diagram are swapped; otherwise, False.

|

Remarks

You can set the Rotated property to True to swap X and Y axes in the diagram. This operation also swaps crosshair lines and axis labels if they are visible.

Property Value Examples

ValueExample[1]
False ( default )
True

Default Value

The Rotated property’s default value is False.

Footnotes

  1. These examples demonstrate different Rotated property values for the same XY diagram with three simple Line series.

See Also

TdxChartCustomAxis.Reverse Property

TdxChartXYDiagram Class

TdxChartXYDiagram Members

dxChartXYDiagram Unit