Need help setting up a bar graph


https://www.nevron.com/Forum/Topic12023.aspx
Print Topic | Close Window

By Clark Cianfarini - 7 Years Ago
Hello,

I have searched the forums and looked through the documentation, but I seem to be missing something.  I am trying to set up a bar graph in WPF, but it keeps displaying labels above the bars.  I cannot figure out how to disable this functionality.  Could someone point me to how I can modify this and/or where in the documentation this is covered?

https://www.nevron.com/forum/uploads/images/1bd7cb43-1863-4f86-ac1b-c396.png
By Nevron Support - 7 Years Ago
Hi Clark,
You need to turn off data labels:
someBarSeries.DataLabelStyle.Visible = false;

Let us know if you meet any problems or have any questions.