fredtallica
Programmer
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.
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.