Group: Forum Members
Last Active: 7 Years Ago
Posts: 1,
Visits: 4
|
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?
|
Group: Forum Members
Last Active: 2 hours ago
Posts: 3,054,
Visits: 4,009
|
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.
Best Regards, Nevron Support Team
|