Asp and decimal

TeeChart for ActiveX, COM and ASP
Post Reply
ahiml-it
Newbie
Newbie
Posts: 4
Joined: Tue Oct 21, 2003 4:00 am

Asp and decimal

Post by ahiml-it » Tue Aug 15, 2006 1:15 pm

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

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Wed Aug 16, 2006 9:12 am

Hi,

you should change the ValueFormat to solve it :

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

Post Reply