kokonut
kokonut

Reputation: 25

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

Upvotes: 2

Views: 7305

Answers (1)

alex.b
alex.b

Reputation: 4577

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

Upvotes: 4

Related Questions