Q1:I want to add some custom marks at some points at the bottom axis,which like the marked part in the following picture .Is there any way to do that ?
[img]
http://img1.freep.cn/p.aspx?u=v20_img1_ ... 103843.jpg
[/img]
Q2:Q2 is similar to Q1.
I want to paint some vertical lines at some points at the bottom axis
that like the marked part in the following picture.
[img]
http://img1.freep.cn/p.aspx?u=v20_img1_ ... 103843.jpg
[/img]
I want to add some custom marks at the bottom axis.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi wwp3321,
For painting the ticks as in your image you can set its length to a negative value, for example:
Hope this helps!
You can do that using custom axis labels as shown in the All Features\Welcome!\Axes\Labels\Custom Labels in the new features demo, available at TeeChart's program group.Q1:I want to add some custom marks at some points at the bottom axis,which like the marked part in the following picture .Is there any way to do that ?
For painting the ticks as in your image you can set its length to a negative value, for example:
Code: Select all
Chart1.Axes.Left.TickLength:=-15;
You can use ColorLine tool for that. You'll find examples at All Features\Welcome!\Tools\Color Line in the new features demo.Q2:Q2 is similar to Q1.
I want to paint some vertical lines at some points at the bottom axis
that like the marked part in the following picture
Hope this helps!
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 |