Hi !
PieChartAppearance has a Labels property.
Hoe can I have data labels for StackAppearance as well ?
10x,
Yoni
oh that was simple, i found it... thanx anyways :)
can you kindly give a code sample that where can i get or set BarChart.ChartText collection Items?
Actually I'm using StackBarChart and want to display Bar labels with Item values but by default it displays the commulative value of stack bar.
sorry, we have no such feature for 3D charts. you can request a feature here: http://devcenter.infragistics.com/protected/requestfeature.aspx
The solution worked great for BarChart, but not for Stack3DBarChart. Is it possible ?
You can use the BarChart.ChartText collection for that purpose. Add a ChartTextAppearance object to that collection with Visible = true, Row = -2, Column = -2 to show a label for each datapoint.
You also might want to set the FormatString of your ChartText to <DATA_VALUE_ITEM:#> instead of <DATA_VALUE:#>