Hi,
I'm using SfChart axis with EnableAutoIntervalOnZooming set to true, and I'd like to get actual interval value and type after zoom. Currently, I'm reading ActualIntervalType and ActualInterval properties of the primary axis, but the problem is, that ActualInterval doesn't reflect new automatic itervals when in zooming. ActualIntervalType seems to react - axis is DateTime type, and I can see changes eg. from Seconds to Milliseconds of this property while zooming, but ActualInterval value keeps constant. I've tried ActualRangeChanged event and it's ActualInterval value also, but without success.
Kind regards
Wojciech