User (Legacy) 2 Posted January 3, 2005 Report Share Posted January 3, 2005 is there anyway of showing the large sceintific number in a simpler form? for example, i want to show 12172000.0 in the form of 12172.0 e7 not 12172.00 e+007 Thanks, krkim Quote Link to post Share on other sites
Software FX 0 Posted January 3, 2005 Report Share Posted January 3, 2005 Yes. Chart.Axis(AXIS_Y).Format = AF_SCIENTIFIC -- FP Software FX Quote Link to post Share on other sites
User (Legacy) 2 Posted January 4, 2005 Author Report Share Posted January 4, 2005 I tried that. But the result is the number of the form of xxx.xx e+007 while i want the number of the form of xxx.x e7 which is much simpler. "SoftwareFX Support" <noreply@softwarefx.com> wrote in message news:1w8q8Tb8EHA.1580@webserver3.softwarefx.com... > Yes. > > Chart.Axis(AXIS_Y).Format = AF_SCIENTIFIC > > -- > FP > Software FX > Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.