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
Asp and decimal
Hi,
you should change the ValueFormat to solve it :
TChart1.Axis.Left.Increment = 0.0001
TChart1.Axis.Left.Labels.ValueFormat = "#,##0.####"
you should change the ValueFormat to solve it :
TChart1.Axis.Left.Increment = 0.0001
TChart1.Axis.Left.Labels.ValueFormat = "#,##0.####"
Pep Jorge
http://support.steema.com
http://support.steema.com