0

I am trying to create a chart in my WPF application. In the toolbox I right clicked and selected the Choose Items option. I then clicked on the .Net Framework Components tab & ticked the box which had the namespace System.Web.UI.DataVisualization.Charting.

After doing this I went to the Data section in the toolbox but all the menu items are greyed out including the Chart option I would like to use, why is this?

mHelpMe
  • 6,336
  • 24
  • 75
  • 150
  • 1
    `System.Web.UI` does not sound like a WPF specific namespace. BTW it is strongly recommended that you forget the "toolbox" stuff and learn how to program properly in WPF by familiarizing yourself with XAML and XAML-related concepts such as `xmlns` and the like. – Federico Berasategui Mar 27 '14 at 16:48
  • I think HighCore is right, this doesn't sound like a WPF control. Check out alternatives here: http://stackoverflow.com/questions/577278/wpf-chart-controls – Dunken Mar 27 '14 at 16:57
  • I do use XAML but just been trying to find a chart control. Once I have a chart control and had a look at it I would then use xaml. I just want a line chart & column chart. The assembly name given for this namespace is System.Web.DataVisualization. – mHelpMe Mar 27 '14 at 17:08

0 Answers0