Hi,
When the value relative small, it displayed beside the bar. But when the value increased, it displayed on the bar. I am wondering if there is any way to keep it staying beside the bar.
Thanks in advance.
this.ultraChart1.BarChart.ChartText[0].HorizontalAlign = Far should do the trick.
It works. Thank you, David!
But now I count another problem. When the number getting bigger and near to the maximum value of X axis. The value beside the bar is cut off. Is there a way to extend the margin of the graph on the right side? So the whole value can show up.
Thanks again.