add data to column series in wpf C#

Posted by Archana R on Stack Overflow See other posts from Stack Overflow or by Archana R
Published on 2009-11-23T11:42:09Z Indexed on 2010/03/09 10:51 UTC
Read the original article Hit count: 537

Filed under:
|
|

Hello,

I want to create a ColumnSeries Bar Chart in WPF using C#. I shall extract the data from the database and want to bind it to the bar chart. The data extracted will contain two values. First is parameter name(string) and the other is its value(double). Which type of collection shall i use? and how to do the binding? Thanks in advance.

© Stack Overflow or respective owner

Related posts about wpf

Related posts about charts