Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p><a href="http://www.c-sharpcorner.com/UploadFile/mahesh/charting-in-wpf/" rel="nofollow">This</a> tutorial demonstrates how to draw various charts including line chart, bar chart, column chart, area chart, scatter chart, and pie chart using WPF and C#.</p> <p>And there is a</p> <p>Free tools supporting panning / zooming:</p> <ul> <li><a href="http://dynamicdatadisplay.codeplex.com/" rel="nofollow">DynamicDataDisplay</a> - a nice, open source data visualization library. Unfortunately it's not been updated since April 30, 2009.</li> </ul> <p>Free tools without built in pan / zoom support:</p> <ul> <li><a href="http://wpf.codeplex.com/releases/view/40535" rel="nofollow">WPF Toolkit</a>. Supports most important 2D charts, you'll have to implement pan / zoom yourself.</li> </ul> <p>And a </p> <p>Paid tools with built in pan / zoom support:</p> <ul> <li><p><a href="http://www.visiblox.com/" rel="nofollow">Visiblox Charts.</a> Support for the most important 2D charts, comes with zooming and panning. The free version comes with watermark. (<a href="http://www.visiblox.com/blog/2010/11/zooming-panning-in-silverlight-using-visiblox-charts" rel="nofollow">See this blog post</a> on using zooming / panning)</p></li> <li><p><a href="http://www.scichart.com/" rel="nofollow">SciChart.</a> Supports most important 2D charts, comes with zooming and panning, mouse-wheel with animation on zoom. (<a href="http://www.scichart.com/synchronizing-chartmodifier-mouse-events-across-charts/" rel="nofollow">See this blog post</a> on using zooming / panning across multiple charts)</p></li> <li><p><a href="http://www.infragistics.com/dotnet/netadvantage/wpf/data-visualization/xam-data-chart.aspx#Overview" rel="nofollow">Infragistics xamDataChart.</a> Supports most important 2D charts, zooming and panning. <a href="http://forums.infragistics.com/blogs/kiril_matev/archive/2010/04/20/a-fast-wpf-chart-featuring-zooming-panning-in-winforms.aspx" rel="nofollow">See this blog article</a> on how to use zooming.</p></li> <li><p><a href="http://www.telerik.com/products/wpf/chart.aspx?gclid=CMOpoaHD8pgCFQqF3goddzFT1w" rel="nofollow">Telerik RadChart.</a> Supports lots of 2D charts, has some support for zooming and panning, you might need to do a little work on that.</p></li> <li><p><a href="http://visifire.com/" rel="nofollow">Visifire.</a> Supports lots of 2D charts and zooming without animation, might need to do some extra work for smoother zooming.</p></li> </ul>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload