How male Axis marks bigger
How male Axis marks bigger
Subject.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
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 |
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Nuzur,
Sorry but I don't understand what do you exactly mean. Could you please elaborate on that or send us an image so that we can see what you really want.
You can post your files at news://www.steema.net/steema.net/steema.public.attachments newsgroup.
Thanks in advance.
Sorry but I don't understand what do you exactly mean. Could you please elaborate on that or send us an image so that we can see what you really want.
You can post your files at news://www.steema.net/steema.net/steema.public.attachments newsgroup.
Thanks in advance.
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 |
OKnarcis wrote:Hi Nuzur,
Sorry but I don't understand what do you exactly mean. Could you please elaborate on that or send us an image so that we can see what you really want.
You can post your files at news://www.steema.net/steema.net/steema.public.attachments newsgroup.
Thanks in advance.
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi Nuzur,
Thanks for the files. You can use something like this:
Thanks for the files. You can use something like this:
Code: Select all
With TChart1.Axis.Bottom
.Ticks.Width = 5
.TickLength = 10
.Ticks.Color = vbBlue
.TicksInner.Width = 5
.TickInnerLength = 5
.TicksInner.Color = vbBlue
End With
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 |
Thanks You its what I neednarcis wrote:Hi Nuzur,
Thanks for the files. You can use something like this:
Code: Select all
With TChart1.Axis.Bottom .Ticks.Width = 5 .TickLength = 10 .Ticks.Color = vbBlue .TicksInner.Width = 5 .TickInnerLength = 5 .TicksInner.Color = vbBlue End With