Skip to main content
All docs
V25.1
  • 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. This operation also swaps crosshair lines and axis labels if they are visible.

    Property Value Examples

    Value Example[1]
    False (default) 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.

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

    See Also