TdxChartXYDiagram.Rotated Property
#Declaration
property Rotated: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | 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
Value | Example[1] |
---|---|
False (default) |
![]() |
True |
![]() |
#Default Value
The Rotated
property’s default value is False
.
-
These examples demonstrate different
Rotated
property values for the same XY diagram with three simple Line series.