Sign in to follow this  
Dhruva

Line2D

Recommended Posts

The documentation says to use formatNumberScale = 0

in order to eliminate decimals from the x,y veritcal axis.  I've tried

everything under the sun and can't get the decimals eliminate.  I want

the comma for thousands indicator so I didn't just turn formatNumber=0

Any thoughts?  The follow are the parameters i sending.

 
 $strParam = "caption=".$head_row[0]." Active Home Report;subCaption=;xAxisName=Day;yAxisName=# Active;rotateNames=1;showColumnShadow=1;showAlternateHGridColor=1;
AlternateHGridColor=ffCD38;
divLineColor=ffCD38;divLineAlpha=20;alternateHGridAlpha=5;
canvasBorderColor=666666;baseFontColor=666666;showValues=0;
showBorder=1;showNames=1;formatNumberScale=0;numberSuffix= Homes;
formatNumberScale='0';forceDecimals='0';yAxisValueDecimals='0',xAxisValueDecimals='0'";

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this