User (Legacy) 2 Report post 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 Share this post Link to post Share on other sites
Software FX 0 Report post Posted January 3, 2005 Yes. Chart.Axis(AXIS_Y).Format = AF_SCIENTIFIC -- FP Software FX Quote Share this post Link to post Share on other sites
User (Legacy) 2 Report post 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 Share this post Link to post Share on other sites