Click here to Skip to main content
15,887,596 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
How to plot a linegraph in wpftoolkit using serial data .

I have doen the following .
1)Added dynamic data display to reference.


Used this coding and it shows error

XML
<d3:Chart BottomTitle="Argument" LeftTitle="Function">
     <d3:LineGraph x:Name="linegraph" Description="Simple linegraph" Stroke="Blue" StrokeThickness="3"/>
</d3:Chart>



linegraph.Plot(x,y); // x and y are IEnumerable<double>

Any guidance might be helpful. Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900