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 |
|
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