H
Haiping
Hello,
I use the following code to display some Chart, which is Winforms
UserControl.
I don't know why some chart can be displayed on the WindowsFormsHost but
some chart cannot.
WindowsFormsHost windowsFormsHost = new WindowsFormsHost();
ResultDf1 testChart = new ResultDf1();
windowsFormsHost.Child = testChart ;
myCanvas.Children.Add(windowsFormsHost);
Thanks for any input,
I use the following code to display some Chart, which is Winforms
UserControl.
I don't know why some chart can be displayed on the WindowsFormsHost but
some chart cannot.
WindowsFormsHost windowsFormsHost = new WindowsFormsHost();
ResultDf1 testChart = new ResultDf1();
windowsFormsHost.Child = testChart ;
myCanvas.Children.Add(windowsFormsHost);
Thanks for any input,