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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I’d recommend you to load source from this article from CodeProject demonstrating WPF Toolkit Charting Controls and look what’s inside.