Skip to main content
All docs
V25.1
  • TdxChart.UseRightToLeftReading Property

    Specifies if the Chart control displays text from right to left.

    Declaration

    property UseRightToLeftReading: Boolean read; write;

    Property Value

    Type Description
    Boolean

    True if all titles, captions, and labels are displayed from right to left; otherwise, False.

    Remarks

    Important

    Do not use UseRightToLeftAlignment and UseRightToLeftReading properties in your code. To switch between bidirectional modes in the Chart control, use its BiDiMode property instead.

    See Also