TdxChart.UseRightToLeftAlignment Property
Specifies if the Chart control layout is flipped horizontally.
Declaration
property UseRightToLeftAlignment: 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