Hello, @scichart team,
one question please for Column Chart (2D; WPF).
Based on on the example from your SDK for Column Chart (2D Charts – Column Chart).
No changes to the code at all;
My need is to display each “X” value on X axis;
I.e. right now it is “0, 2, 4, 6 etc”
But I need “0, 1, 2, 3, 4, 5 etc.”
I.e. no changes expect this one.
I played with https://www.scichart.com/documentation/v5.x/SciChart.Charting~SciChart.Charting.Visuals.Axes.AxisCore_members.html and with the custom NumericLabelProvider but didn’t find how to make this.
Please suggest how to achieve this.
Thanks!
-Egor
- Egor Baykov asked 5 years ago
- You must login to post comments
Hi Egor,
Good question, you get +1 vote đŸ™‚
To change the frequency of axis ticks, please see the following articles.
- Easy: using MajorDelta, MinorDelta to change axis tick frequency
- Hard: using TickProvider to override axis tick frequency
Best regards,
Andrew
- Andrew Burnett-Thompson answered 5 years ago
- You must login to post comments
Thanks Andrew, the easy way works fine for me!
- Egor Baykov answered 5 years ago
- You must login to post comments
Please login first to submit.