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
490
Event for Rendering completed
posted

We are doing some customization on UpdateLayout on xamlChart (i.e. adding custom marker, changing rectangle color etc) and reason we chose UpdateLayout (vs Loaded) beuacse out usercontrol will  be NOT be rendered on the screen but will be printed directly to XPS document (which further means no Loaded event will be called) It seems some of our customization doesn't seem to be working in this way, but if display the user control on screen, everything seems to be working i.e. Markers are properly aligned,  Y-axis scale is correctly formatted using converter on DataTemplate on YAxisNumeric Label.

This would mean there is some post rendering is happening during/after load event

I was wondering if we could subscribe any event which marks the end of entire rendering