Plotting graphs with WPF

  • Thread starter Thread starter Jon Harrop
  • Start date Start date
J

Jon Harrop

Does WPF provide graph and chart plotting functionality? If so, are there
any C# examples out there?
 
Jon,

No, not out of the box, but given the ability to create primitives and
composite controls easily, it shouldn't be too hard to create something
pretty rudimentary.

There might be third party controls out there that are WPF based which
can help you as well.
 
Nicholas said:
Jon,

No, not out of the box, but given the ability to create primitives and
composite controls easily, it shouldn't be too hard to create something
pretty rudimentary.

There might be third party controls out there that are WPF based which
can help you as well.

Ok, thanks.
 
You can build this type of stuff easily but it will be basic, i'd suggest
you look at 3party vendor offerings that have a bit more aesthetic appeal
and industry rigor.

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 
Alvin Bruney said:
You can build this type of stuff easily but it will be basic, i'd suggest
you look at 3party vendor offerings that have a bit more aesthetic appeal
and industry rigor.

Thanks. If WPF offers nothing in this regard then I think I'll just
implement it using OpenGL instead.

IIRC, Microsoft bought Dundas charts or someone a while back. Will they
bundle free graphing and charting components in the future?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top