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.
Right Title
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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:
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 |
Instructions - How to post in this forum |