Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Need of Dashed GridStyle (Read 2551 times)
Bala
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 156
Joined: Apr 21st, 2009
Need of Dashed GridStyle
Jun 9th, 2009 at 9:14am
Print Post  
Hi Stoyan,

I need Dashed lines in my grid.Currently I am getting only Lines and Point two option for style?
How can I get this?
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Need of Dashed GridStyle
Reply #1 - Jun 9th, 2009 at 10:10am
Print Post  
Hi Bala,

That's not supported at this time.

Stoyan
  
Back to top
 
IP Logged
 
Bala
Full Member
***
Offline


I love YaBB 1G - SP1!

Posts: 156
Joined: Apr 21st, 2009
Re: Need of Dashed GridStyle
Reply #2 - Jun 9th, 2009 at 1:40pm
Print Post  
Hi Stoyan,

1) Can we get the dashed grid line support in next release?
2) How can we increase/decrease the grid line width?
3) With grid point feature can we increase the frequency of grid points currently points come up only at corners of the cell we want more points between two adjacent corners. Is it possible?

Thanks,
Bala
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Need of Dashed GridStyle
Reply #3 - Jun 10th, 2009 at 5:11am
Print Post  
Hi Bala,

This version replaces the GridColor property with GridPen:
https://mindfusion.eu/_beta/wpfdiag22.zip

You can set the pen width and dash style like this:

diagram.GridStyle = GridStyle.Lines;
diagram.GridPen = new Pen(Brushes.Red, 2) { DashStyle = DashStyles.Dot };
diagram.ShowGrid = true;

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint