I have vertical grid lines on Bottom Axis ..
How could i enlarge distance between dots in gridlines ?
Is it possible?
How could i enlarge distance between dots in gridlines
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi glikoz,
You can set axes grid style like this:
If none of defined styles fits your needs you can also use DashPattern as shown here.
You can set axes grid style like this:
Code: Select all
tChart1.Axes.Bottom.Grid.Style = System.Drawing.Drawing2D.DashStyle.Dash;
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 glikoz,
Have you tried using DashPattern as in the example I posted at the thread I pointed you?
Please notice that this features was implemented in one of latest maintenance releases so this will only be supported Build 2.0.2546.16098/9 from 21st December 2006 or newer versions.
Have you tried using DashPattern as in the example I posted at the thread I pointed you?
Please notice that this features was implemented in one of latest maintenance releases so this will only be supported Build 2.0.2546.16098/9 from 21st December 2006 or newer versions.
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 |