Does anyone have experience or knowledge about how to prevent the WinForm interface from flickering when embedded into a chart using SetParent?

 

I've attempted to embed a WinForm control into a chart by utilizing the Win32API's SetParent function. However, the interface doesn't display consistently;

it flickers excessively, making it almost impossible to see. Has anyone encountered and resolved a similar issue?