Focal Point
[CLOSED] Set text position in reference line

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/2317095726

January 03, 2013, 06:17 AM
Carlos Dias
[CLOSED] Set text position in reference line
Hello,
It's possible to set the position of the text in the reference line for graphs? Normally appears center. Can I set to the right?

Thanks,
Carlos Dias

This message has been edited. Last edited by: Kerry,


WebFOCUS version: 7.6
Linux/Windows
HTML, Excel
January 04, 2013, 10:27 AM
VLozovsky
Yes, there are several options for setting the text location.

ReferenceTextPosition
This property defines the position where text is displayed relevant to the particular reference.
Syntax:
setReferenceTextPosition(value);
where:
value can be one of the following:
0 for center above. This is the default value.
1 for left above.
2 for right above.
3 for center below.
4 for left below.
5 for right below.
6 for center.
January 07, 2013, 10:47 AM
Carlos Dias
Thankl for the answer.

With:
setReferenceTextPosition(getReferenceLineTextY1(0), 2);
A can set the position to the right, but appears bellow or above. It's possible to set the text after the reference line (in the end)?



Carlos Dias

This message has been edited. Last edited by: Carlos Dias,


WebFOCUS version: 7.6
Linux/Windows
HTML, Excel
January 11, 2013, 05:07 PM
VLozovsky
Unfortunately, no. The reference Line text is restricted to show within the chart frame.