User (Legacy) 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 Link to comment Share on other sites More sharing options...
Software FX Posted January 3, 2005 Report Share Posted January 3, 2005 Yes. Chart.Axis(AXIS_Y).Format = AF_SCIENTIFIC -- FP Software FX Link to comment Share on other sites More sharing options...
User (Legacy) 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 > Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.