Hi Folks,
I'm plotting a scatter series on a XamDataChart. I can zoom in on both axis. When zooming in I need to now what is the minimum Y axis value and maximum axis value - Visible to the user at the time... is there a Property that I could use?
Hello Michal,
Thank you for posting on our forums.
You can use the ActualVisibleMinimumValue and ActualVisibleMaximumValue properties.
Please let me know if you need further assistance.
Sincerely,Tihomir TonevAssociate Software DeveloperInfragistics
Hello,
I am currently focussing a similar problem...
as proposed in
https://es.infragistics.com/community/forums/f/ultimate-ui-for-wpf/48237/change-interval-on-zooming
I am using a handler for the "WindowRectChanged" event and try to calculate the actual interval for a zoomed secondary axis.
Now at this point the ActualVisible... properties hold the values for the previous zoom stage but not for the actual one.
"RangeChanged" of the axis is also not fired when zoomed.
Can you tell me at which point (Event) the AcualVisible... properties are correct?
Regards Horst