Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Turning axis ticks on/off (Read 5394 times)
Iva_P
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 41
Joined: Jun 19th, 2013
Turning axis ticks on/off
Jun 19th, 2013 at 2:42pm
Print Post  
Hi, I've been using your software for a while and I've been satisfied with the result so far. What I am trying to do now is plot a line chart with ticks on the graph. I read your help ("Customizing the Axes") but I couldn't find any info so far how to show axis ticks.

Is there a way to draw ticks on an axis?

thanks,
Daniel
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Turning axis ticks on/off
Reply #1 - Jun 19th, 2013 at 6:13pm
Print Post  
Hi,

You can show ticks on a specific axis by setting AxisSettings.DivMarkerLength to a value greater than 0:

lineChart1.XAxisSettings.DivMarkerLength = 10;

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
Iva_P
YaBB Newbies
*
Offline


I Love MindFusion!

Posts: 41
Joined: Jun 19th, 2013
Re: Turning axis ticks on/off
Reply #2 - Jul 1st, 2013 at 2:18pm
Print Post  
Hi Stoyan,

that was what I was looking for but it turns out it is not enough. My client wants more precise division of the axis with minor/major ticks, preferably in different colors. Is this possible?

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


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Turning axis ticks on/off
Reply #3 - Jul 2nd, 2013 at 6:45am
Print Post  
Hi,

It's not possible at this time. Our developer will try to add some property for showing minor ticks later this week.

Stoyan
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Turning axis ticks on/off
Reply #4 - Jul 23rd, 2013 at 7:23am
Print Post  
Hi,

This version adds MinorTickLength, MinorTickPen, MajorTickPen,  MinorTicksPerInterval properties to AxisSettings:

https://mindfusion.eu/_beta/chart_minorticks.zip

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