I added zedgraph.dll to my wpf application. There, after I add this control to my toolbar. But this is not adding my toolkit to the wpf application. But it is added to the WinForm application. Anyone have a solution to this problem?
XMLNS: Zet = "CLR Names: ZedGraph; Build = ZedGraph"
Add WindowsFormsIntegration to Your Links
Add this, for example ..:
<WindowsFormsHost Name="windowsFormsHost1" Margin="500,0,0,0"> <zed:ZedGraphControl x:Name="graph" Width="500" Height="320" /> </WindowsFormsHost>
see http://sourceforge.net/p/zedgraph/discussion/392231/thread/86678940/