Help - Refer to the Y axis Chart

TeeChart for ActiveX, COM and ASP
Post Reply
rush kim
Newbie
Newbie
Posts: 6
Joined: Fri Jan 24, 2014 12:00 am

Help - Refer to the Y axis Chart

Post by rush kim » Sun Jul 20, 2014 9:57 pm

Hello. :D

Monday is refreshing.
There is one question.
I would like to refer to the Right Y-axis and the graph. See this remarkable document or sample?
Thank you for your help... ^^
Attachments
multi_Yaxis2.jpg
multi_Yaxis2.jpg (499.54 KiB) Viewed 7927 times

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: Help - Refer to the Y axis Chart

Post by Sandra » Mon Jul 21, 2014 3:21 pm

Hello Rush kim,

If you want use the two vertical axes, you need only set the VerticalAxis property of Series to both. See code below as example:

Code: Select all

Private Sub Form_Load()
TChart1.Aspect.View3D = False
TChart1.AddSeries (scFastLine)
TChart1.Series(0).FillSampleValues
TChart1.Series(0).VerticalAxis = aBothVertAxis
End Sub
Hoping we will help.

Thanks in advance,
Best Regards,
Sandra Pazos / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply