Search code examples
c#wpfchartscontrolstoolkit

WPF Toolkit Chart Control -


I have a problem with WPF Toolkit Chart Control. I can't add text values on chart.

In Microsoft Chart Controls for windows forms is

chart1.Series["Series1"].IsValueShownAsLabel = true;

How do this in wpf


Solution

  • I'd recommend you to load source from this article from CodeProject demonstrating WPF Toolkit Charting Controls and look what's inside.