Dear Syncfusion Team,
is there a way to get the final axis range after zooming?
I tried using the OnZoomEnd event but the axis min- and max-values passed to the event seem to be the ones before the zoom starts.
Or maybe you have another suggestion for my szenario: My backend does some downsampling on the data since the number of samples is not defined (looking at month scale for example). The user zooms in to day scale and I want to refresh the data only for the visible day in more detail (replace the downsampled month data with higher sampled day data).
Any suggestions?
Thanks
Michael