Sign in to follow this  
panda.seema

how to set y-axis scale to decimal

Recommended Posts

to set y-axis scale to decimal . Eg 0.0 , 0.1 , 0.2 etc.

at present it is rounding up to 1 if the value is 0.5. this is my code

strXML =

"<graph caption='" + lineddl.SelectedItem.Text + "' yAxisValueDecimals='0' adjustDiv='0' formatNumberScale='0' decimalPrecision='0'>";

//Initialize <categories> element - necessary to generate a stacked chart

strCategories =

"<categories>";

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