Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
C#
myPane.XAxis.Scale.MajorStep = 1;
myPane.YAxis.Scale.MajorStep = 10;
myPane.YAxis.Scale.MinorStep = 1;
myPane.XAxis.Scale.MinorStep = 5;

can anyone tell me thatwhat is the purpose of majorstep and minorstep in zedgraph control

thanks
Posted
Updated 3-Oct-10 23:18pm
v2
Comments
Toli Cuturicu 4-Oct-10 5:17am    
What is ZedGraph Control?
It is not part of the .NET Framework
You should ask questions where you found this control, not here.

1 solution

Tak a look at:

ZedGraph help[^]

This indicates as you'd expect that the MinorStep property is the incremental step between Minor ticks on an axis, and MajorStep is the incremental step between Major ticks on an axis.

There is more help on ZedGraph, just a short google search away.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900