Hello.
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... ^^
Help - Refer to the Y axis Chart
Help - Refer to the Y axis Chart
- Attachments
-
- multi_Yaxis2.jpg (499.54 KiB) Viewed 8801 times
Re: Help - Refer to the Y axis Chart
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:
Hoping we will help.
Thanks in advance,
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
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 |
Instructions - How to post in this forum |