How to display data values at the end of horizontal bars in barchart version 8.3?
the data for this chart is from table so whether to loop through.
Thankyou
Hi,
Chart text can be displayed with a variety of alignments including the horizontal alignment for the Barchart.
You can set HorizontalAlign to Far:
this.UltraChart1.BarChart.ChartText[0].HorizontalAlign = StringAlignment.Far;
For more information on how to apply chart text, please refer to here.
i will try this. my bar chart is 3d, will this solution work in 3d since the link that you mentioned says charttext is for 2d? thanks.