Hi,
is there a way to connect to a event when the ViewRange or PageRange is changed?
I have see the Scrollbar has such a event, but its only fired if someone scroll, but this is not what i want. The way with the OnAfterpaint callback is also not usable for me.
Hi Andre,
If you're using the NDataZoomTool to modify the range you can hook to the EndDrag event there:
dataZoomTool.EndDrag +=
Best Regards,Nevron Support Team