Page 1 of 1

Help - Refer to the Y axis Chart

Posted: Sun Jul 20, 2014 9:57 pm
by 16668345
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... ^^

Re: Help - Refer to the Y axis Chart

Posted: Mon Jul 21, 2014 3:21 pm
by 10050769
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,