How could i enlarge distance between dots in gridlines

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
glikoz
Newbie
Newbie
Posts: 50
Joined: Fri Oct 07, 2005 4:00 am

How could i enlarge distance between dots in gridlines

Post by glikoz » Thu May 10, 2007 12:23 pm

I have vertical grid lines on Bottom Axis ..
How could i enlarge distance between dots in gridlines ?
Is it possible?

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Thu May 10, 2007 1:30 pm

Hi glikoz,

You can set axes grid style like this:

Code: Select all

			tChart1.Axes.Bottom.Grid.Style = System.Drawing.Drawing2D.DashStyle.Dash;
If none of defined styles fits your needs you can also use DashPattern as shown here.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

glikoz
Newbie
Newbie
Posts: 50
Joined: Fri Oct 07, 2005 4:00 am

Post by glikoz » Thu May 10, 2007 3:40 pm

I tried to redound space between two dashes ..Although i try different pattern
i couldn't change space between two dashes. ..

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri May 11, 2007 9:57 am

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.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

glikoz
Newbie
Newbie
Posts: 50
Joined: Fri Oct 07, 2005 4:00 am

Post by glikoz » Fri May 11, 2007 10:54 am

Ok it seems work...
Thx..

Post Reply