Axis values on Charts

P

pmpdon

We are creating charts using OWC v10. On some charts the y-axis value does
not display '0'. Instead it shows an exponential value that appears to be
approaching "0". The value ranges are usally -1 to +1 so the value breaks
are at 0.1 or 0.2.
 
A

Alvin Bruney - ASP.NET MVP

Is there a question in there somewhere? I couldnt find it.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
P

pmpdon

The qusetion, which I inadvertantly omoitted is:

"How do I force the graph to show "0" instead of the exponential #"?

Alvin Bruney - ASP.NET MVP said:
Is there a question in there somewhere? I couldnt find it.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



pmpdon said:
We are creating charts using OWC v10. On some charts the y-axis value does
not display '0'. Instead it shows an exponential value that appears to be
approaching "0". The value ranges are usally -1 to +1 so the value breaks
are at 0.1 or 0.2.
 
A

Alvin Bruney - ASP.NET MVP

ya, that's a quirk. The best way to do this is to use an appropriate number
format mask on the datalabel object > .numberformat ("#.##") will suffice.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



pmpdon said:
The qusetion, which I inadvertantly omoitted is:

"How do I force the graph to show "0" instead of the exponential #"?

Alvin Bruney - ASP.NET MVP said:
Is there a question in there somewhere? I couldnt find it.

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------



pmpdon said:
We are creating charts using OWC v10. On some charts the y-axis value does
not display '0'. Instead it shows an exponential value that appears to be
approaching "0". The value ranges are usally -1 to +1 so the value breaks
are at 0.1 or 0.2.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top