Feed on
Posts
Comments

Did you know that there is no native support for charting in WPF?  It seems like a huge omission, yet I’ve not found it hard to create simple charts from the API.

If you are looking for ideas, Li Gao just published another WPF charting example.

 

So I went out to try something fun with WPF and see if we can create something similar to the charts you see on Google finance. …

Here is the results of this 4-hour adventure. I’ve created a WPF/XAML based 2D filled chart that supports dynamic zooming and panning, and track-ball of the current chart positions for time-series data.

 Updated:  Li Gao posted his source code.

-Walt Ritscher

RSS Like this article? Subscribe to the RSS feed.

9 Responses to “Yet another WPF chart example”

  1. ligao101 says:

    Walt, thanks for referencing my blog entry. The source code is posted to my Box.Net share:

    http://www.box.net/shared/j2u1ir2nfc

    I also updated my blog entry to include the above link.

  2. Ben says:

    the loaf of sliced bread on my desk just isn’t as impressive since i used this control - thanks. love to see multiple trends

  3. Hein says:

    Thanks alot.

  4. Ted says:

    Walt,

    The link to the source code is broken. Would you happen to have the code bundle?

    Thanks,

    -ted

  5. boomhauer says:

    Same as Ted- would you happen to have this code? I have a feeling Li doesnt check his blog too often anymore.

  6. Walt Ritscher says:

    Sorry everyone. I don’t have the source code for Li’s article.

  7. James Hurley says:

    Open source charting component Visifire (www.visifire.com) now supports both WPF and Silverlight.

  8. Dan says:

    No Source. No point.

    Waste of a blog and everyone’s time !!

  9. charlie says:

    I find the source link in:
    http://www.box.net/shared/gpmbbjc1n8

    but unfortunately it won’t build in vs2008

Leave a Reply