Focal Point
Stacked Bar Graphs

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

January 05, 2007, 02:15 PM
<VChris>
Stacked Bar Graphs
I'm using Developer Studio version 533 and creating Stacked Bar Graphs. Does anyone know how to get each bar to display the actual value of that bar instead of each bar displaying a running cummulative total of the series?
January 05, 2007, 02:32 PM
Prarie
I think this does it..

setStackedDataValueSum(false);


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
That did it, great, been trying to figure this out for a while. Thanks

Now trying to get the value inside the bar, preferably vertical. I have:
setDataTextDisplay(true);
setDataTextPosition(4);
Tried 1 through 5 and it doesn't do anything.
I need to add, that my stacked bar has 5 values. 4 values are the stacked bar and the 5th is a line across the top. If I change the 5th value to a bar, then all work properly with the setDataTextPosition(4). Can you not use both?
Did you read the WF713graph.pdf?
It gives a lot of extra info, but it might be that some of the things you want can only be done with this higher version.
I think you have to set it for each series separate .
In my brand new manual it says something like "setForceSeriesAbsolute" this might help?




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

Thanks, tried the "setForceSeriesAbsolute" but it seems to ignore that also. Looks like I'll have to wait for 7.13.