Skip to main content
A newer version of this page is available. .

TdxChartXYDiagram.Rotated Property

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

Declaration

property Rotated: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False

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.

Value Example
False VCL Chart Control: The Default Positions of X and Y Axes in a Diagram
True VCL Chart Control: Swapped Positions of X and Y Axes in a Diagram

Default Value

The Rotated property’s default value is False.

See Also