Page 1 of 1

Asp and decimal

Posted: Tue Aug 15, 2006 1:15 pm
by 9079444
hi,
i m using asp classic , my problem is that , i have a array ,array value is -0.0002, -0.0004 ,-0.0002, -0.0003 , -0.0003. when I m using these array to generated bar graph but bar graph max value is 0.000
and there is no show any value in data tab in teechart
pls help me

Posted: Wed Aug 16, 2006 9:12 am
by Pep
Hi,

you should change the ValueFormat to solve it :

TChart1.Axis.Left.Increment = 0.0001
TChart1.Axis.Left.Labels.ValueFormat = "#,##0.####"