Focal Point
[CLOSED] Horizonta Charter going to 1.2 instead of 1.0

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

October 19, 2017, 08:02 PM
BSBAL18
[CLOSED] Horizonta Charter going to 1.2 instead of 1.0
I have a horizontal bar chart... the Axis data always adds up to 1.000 (100%) however the X axis goes out to 1.2... how can i shrink the X axis down from 1.2 to 1.0 so the bar graph isnt looking like its missing 20%?

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


AS Version: 8201
Gen: 10202016
Windows, All Outputs
October 20, 2017, 07:44 AM
BabakNYC
I'm not sure if this will apply to your case but try using these two lines:

setScaleMaxAuto(getY1Axis(),false);
setScaleMax(getY1Axis(),1.0);
 



WebFOCUS 8206, Unix, Windows