HI!
I had a normal 2D stack chart, to which i was binding my data. The stack chart data values on its bars.
I used the following code to display data values on the bars. When i changed the type to a 3dstackChart, the data labels disappeared. How do i get them back.
t.Visible = true;
t.Row = -2;
t.Column = -2;
MainChart.BarChart.ChartText.Clear();
MainChart.BarChart.ChartText.Add(t);
Sorry, 3d charts do not support ChartTextAppearance. You can submit a feature request to our developer support team using this link:http://es.infragistics.com/gethelp
Is there any way to display labels on the bars for 3d charts?
Ahmad