SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, iOS Chart, Android Chart and JavaScript Chart Components
Hi,
I have a simple digit chart with four possible values (0, 1, 2, 4).
I want to show all values on Y axis label, but it only shows 0 and 2, is there any solution?
Hi Roland,
Yes a simple solution, you can check out this Documentation page on setting the Axis Ticks.
I would suggest using majorDelta/MinorDelta and setting AutoTicks = false to ensure all ticks are displayed. To prevent overlapping ticks from being hidden also set Axis.IsLabelCullingEnabled = false
Best regards
Andrew
Please login first to submit.