Right Title

TeeChart for ActiveX, COM and ASP
Post Reply
HW
Newbie
Newbie
Posts: 5
Joined: Wed Jun 22, 2005 4:00 am

Right Title

Post by HW » Mon Oct 03, 2005 7:22 pm

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. :?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Tue Oct 04, 2005 8:25 am

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
Best Regards,
Narcís Calvet / 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