Hello,
I'm using WinForms 2017.1 with an UltraChart currently, but I'm trying to replace that with an UltraDataChart.
Up until now, it was possible to show the value with the help of ChartTextAppearance as seen below - which simply shows the value above each bar.
How can I add similar text to charts created with UltraDataChart?
Thanks!
I attached a showcase sample demonstrating how to implement the labels above the columns. There is a InitializeLabelsChart method called which handles the custom labels on-screen. Please review the sample and let me know if you have any questions.