Skip to main content

TdxChart.UseRightToLeftAlignment Property

Specifies if the Chart control layout is flipped horizontally.

Declaration

property UseRightToLeftAlignment: Boolean read; write;

Property Value

Type Description
Boolean

True if the Chart control, its diagrams, series, and other visual elements use the right-to-left application layout; 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