Hello,
It is possible to draw inner minor ticks for the graph ?
I know that it is possible to draw inner ticks but they are only displayed for main ticks, not for minor ticks....
Thanks
Franck
Inner minor ticks
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Franck,
Yes, this is possible. Just run the chart editor, select "Axis" tab. There you will have "Ticks" and "Minor" tabs to do what you request.
Yes, this is possible. Just run the chart editor, select "Axis" tab. There you will have "Ticks" and "Minor" tabs to do what you request.
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 |
Hi, Franck.
This can be easily solved by setting minor ticks length to negative value. This can be done at design time (Object Inspector) or at runtime via code:
This can be easily solved by setting minor ticks length to negative value. This can be done at design time (Object Inspector) or at runtime via code:
Code: Select all
tChart1.Axes.Left.MinorTickLength := -3;
tChart1.Axes.Right.MinorTickLength := -3;
Marjan Slatinek,
http://www.steema.com
http://www.steema.com