I have a custom LabelProvider and TickProvider implemented for my X axis. In general the label culling works fine, but sometimes it shows the first tick label and starts culling with the second, and other times it starts with the first tick label immediately. I would like to always show the first tick label, and then cull from that point. Is this possible?
I found this post from 5 years ago, which indicates I would need to do the culling myself, but was hoping maybe there have been some updates on this?
https://www.scichart.com/questions/wpf/always-show-visiberange-minmax-labels-on-x-axis
- Brandon Dybala asked 3 years ago
- You must login to post comments
Hi Brandon,
There are no updates on this. If you are using the custom TickProvider, you should implement the culling behavior by yourself.
Best regards,
Dmytro Herasymenko
SciChart WPF Developer
- Dmytro Herasymenko answered 3 years ago
- You must login to post comments
Please login first to submit.