SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
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.
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
Please login first to submit.