Is there a way to be notified when the plotAreaRect changes? I'm trying to synchronize an image and KVO isn't firing for the keyPath plotAreaRect and viewDidLayoutSubviews doesn't handle the timing properly.
Thoughts?
Hello,
I am just checking about the progress of this issue. Let me know If you need any further assistance on this matter?
Thank you for using Infragistics Components.
Hello ,
You could detect when IGChartView was resized as you would do this for any other UIView. I’ve made some research and I found following links which I believe will be helpful for you:
http://stackoverflow.com/questions/15978370/proper-practice-for-subclassing-uiview
http://stackoverflow.com/questions/4000664/is-there-a-uiview-resize-event
So when the chart is resized the plot are rectangle will be resized also.
Please let me know if you have nay further questions or if I am missing something.