Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
485
Scenegraph - Controlling re-drawing
posted

Despite controlling when a FillScenegraph occur - by enabling and disabling the event, the chart gets re-drawn whenever I move the mouse across the window. I can see that the FillScenegraph event control works as expected and the breakpoints inside my event handler does not get hitexcept when the fillscenegraph event is enabled.

What other events can cause re-drawing of the window? Is there a property that I forgot to set. How can I make sure that the window is re-drawn only when required.

Thanks

Anil