Hi,
I am creating composite chart thorugh the code. i am adding ChartTextAppearance to the column chart. after adding the ChartTextAppearance object to the column chart, i am getting the output as required but the text is bit overlapping on the column.
I set the Column and Row properties of the ChartTextAppearance to -2,but the text is bit overlapping on top of the columns.
please let me know to display the chartText a bit upper, to the top of the columns chart, what property i have to set from the code behind.
regards,
sreenivas
You can try:
text.VerticalAlign = StringAlignment.Far;
More info you can find here:
http://help.infragistics.com/Help/NetAdvantage/NET/2008.2/CLR2.0/html/Chart_Apply_Chart_Text_Labels.html