Hello,
I created a chart with multiple axis.
I would like to now shows the dotted lines between the "squares" that the axes form.
In the Teechart Pro ActiveX v7 in All Features - Welcome! - Axes - Custom can be seen between the top an bottom charts
Can you help me?
Yours
Carlos Goldberg
Chart with multiple axis
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Carlos,
What you request is default axes behaviour (standard and custom). However you can force the grid being visible by using:
What you request is default axes behaviour (standard and custom). However you can force the grid being visible by using:
Code: Select all
TChart1.Axis.Custom(0).GridPen.Visible = True
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 |