Page 1 of 1

Right Title

Posted: Mon Oct 03, 2005 7:22 pm
by 9527390
Can't see the right title if it is set for line chart/bar chart.

tc.Axis.Right.Title.Caption = paramVal;
tc.Axis.Right.Title.Visible = true;
tc.Axis.Right.Visible = true;
tc.Axis.Right.Automatic = true;

Can see all the other Top,Bottom,Left titles. :?

Posted: Tue Oct 04, 2005 8:25 am
by narcis
Hi HW,

Is the right axis associated to any chart series? If not you can try adding something like the following line to your code:

Code: Select all

TChart1.Series(0).VerticalAxis = aBothVertAxis