Thursday, 15 September 2011

c# - How to add ZedGraph Control to Toolbox in wpf? -



c# - How to add ZedGraph Control to Toolbox in wpf? -

i added zedgraph.dll wpf application. there after add together command toolbox. not add together toolbox in wpf application. add together in winform application. have solution problem?

xmlns:zed="clr-namespace:zedgraph;assembly=zedgraph"

add windowsformsintegration references

add 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/

c# visual-studio-2010 zedgraph

No comments:

Post a Comment