BiDirectional

This property reverses the text alignment of all objects and the location of legend text next to label markers. This property is provided for international support only.

Note: BiDirectional(true) does not reverse the values of the associated properties and methods. They retain their original values. For example, getTextJustHoriz() would return zero (left) even though visually the text is aligned right by BiDirectional(true).

Syntax:

setBiDirectional(boolean);
boolean = getBiDirectional();

where:

boolean

Can be one of the following:

true enables right-to-left alignment.

false enables normal left-to-right alignment. This value is the default.

Example:

setDepthRadius(0);  setBiDirectional(true);

bar graph

setBiDirectional(false);

bar graph

Note: Use this property with great care. Your application must keep track of the BiDirectional setting and handle the reverse values supplied by associated properties and methods.


WebFOCUS