Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MSChart, Number Format of Labels

Status
Not open for further replies.

fredtallica

Programmer
Jun 1, 2001
3
US
I'm new to VB. I've created a simple calculator to do specific calculations based on inputs by the user. After a few calculations, I use an array to display results in an MSChart control.

Here's my problem. Many times the results are in the millions. MSChart is displaying my labels in scientific notation. In other words, 15,000,000 is displayed as 1.5e+007.

Is there any way to format the labels to show as a generic/general number instead of scientific number.

Thanks for any replies.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top