I want to read a value from an XML file and I want to see it in a PieChart.
Currently I can show the value using the tooltip, instead I want to show it directly.
For example I want to see the value shown by the tooltip 250,000 directly on the chart
You can turn on markers for the pie chart, see: http://help.infragistics.com//NetAdvantage/DV/2009.2/CLR3.5/?page=SL_DV_xamWebChart_Format_the_Value_of_a_Marker.html
The templates of the markers for the pie chart are not customizable, however, it will only display the text portion.
-Graham