Focal Point
setSeriesDataTextDisplay gives error

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

January 06, 2005, 01:08 AM
<kj>
setSeriesDataTextDisplay gives error
I am trying to use setSeriesDataTextDisplay(getSeries(1), false) to hide first series data value in a VBAR graph.
I have usaed setDisplay(getDataText(),true); method before using setSeriesDataTextDisplay method as mentioined in manual.
I am getting error when I run the graph.
possible error on : setSeriesDataTextDisplay(,);

Has any one worked with this method?

BTW my environmebt is WF 532 on Win 2k.
January 13, 2005, 07:54 PM
dhagen
KJ, I haven't worked with this method before, but if your doing something with the first series, shouldn't it be getSeries(0)?