Focal Point
[SOLVED] graph multiline heading

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

August 03, 2017, 12:50 PM
v_ani
[SOLVED] graph multiline heading
Hello,
I've 3 lines in the Graph headings like the example below. I want each line in different font size and color. The chart output is PPT format.

HEADING
"lINE1"
"LINE2"
"LINE3"

Curently I have the below lines in the graph.

setTextString(getTitle(),"&SUBMEASURE_DESCRIPTION.EVAL");
setFillColor(getTitle(), new Color(0,0,255));

setTextString(getSubtitle(),"&DIVERSITY_CAT.EVAL");
setFillColor(getSubtitle(), new Color(0,255,0));

I would like add another "subtitle" with dynamic field. I appreciate your help.


Thank you

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8
Windows, All Outputs
August 03, 2017, 01:25 PM
BabakNYC
You have to use the method described here:
https://webfocusinfocenter.inf...1d-9434-B58A0420186B


WebFOCUS 8206, Unix, Windows