Hi !
PieChartAppearance has a Labels property.
Hoe can I have data labels for StackAppearance as well ?
10x,
Yoni
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:#>
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.
oh that was simple, i found it... thanx anyways :)