Focal Point
How can I set the DataText Size?

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

March 31, 2005, 08:08 AM
<milimotxo>
How can I set the DataText Size?
Hello to all!

I�m dealing with WebFOCUS Graphics and there is one thing i can�t achieve. I�m trying to set se size of the text displayed within a graphic.

In my .fex file I show the numbers within the graphic this way:

ON GRAPH SET BARNUMB ON

But there is anyway to get/set the size of this data? I tried with

setfontSize(getDataText(), VALUE)

but the getDataText() method doesn�t exist!

Anyone can help me?

Thanks in advance and regards

Emilio
March 31, 2005, 12:00 PM
Prarie
Try looking here and see if it helps.

http://documentation.informationbuilders.com/masterinde...f53graph/02_3d16.htm
March 31, 2005, 12:19 PM
<JG>
might be a typo but it looks like your capitalization is wrong it should be
setFontSize(getDataText(),VALUE); Not setfontsize(getDataText(),VALUE);