I successfully set my x-axis visible range between 0.0 and 5.0. I would like to have major grid lines every 1.0. How can I do this? I see a MajorDelta property which I set to 1.0. This did not work. Instead, the major grid lines are every 0.5 on the x axis.
- Gary Arnold asked 8 years ago
- You must login to post comments
Hi Gary,
Have you seen this article? Altering the Tick Frequency with AutoTicks
If you do override the MajorDelta or MinorDelta its important to set AxisBase.AutoTicks = false, else SciChart will just override the values you have chosen!
Let me know if this helps.
Best regards,
Andrew
- Andrew Burnett-Thompson answered 8 years ago
- Thanks! That solved it.
- You must login to post comments
Please login first to submit.