How do i find the Y Max and Y Min in a GrapH?

TeeChart for ActiveX, COM and ASP
Post Reply
Teechart Activex Question
Newbie
Newbie
Posts: 19
Joined: Fri Nov 15, 2002 12:00 am
Contact:

How do i find the Y Max and Y Min in a GrapH?

Post by Teechart Activex Question » Fri Jan 23, 2004 3:08 pm

If i have a line grapg drawing straight throough Ymax or ymin, i am not able to see that line.What i have to do to solve this problem?.

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

Post by Pep » Sun Jan 25, 2004 7:54 pm

Hi,

you can set an Maximum and Minimum offset for the left axis using :

Code: Select all

TChart1.Axis.Left.MaximumOffset = X
TChart1.Axis.Left.MinimumOffset = X

Post Reply