i want to show pie charts value in percentage... when i use the following code for show lables then its show same value 2 times in each pie....for eg
thereare 2 pie
pie1 20%,20%
pie2 80%,80%

i want
pie1 20%
pie2 80%


this is samle code
AxChartSpaceSectorAllocation.Charts(0).SeriesCollection(j).DataLabelsCollection.Add()AxChartSpaceSectorAllocation.Charts(0).SeriesCollection(j).DataLabelsCollection.Item(0).Font.Bold =

TrueAxChartSpaceSectorAllocation.Charts(0).SeriesCollection(j).DataLabelsCollection.Add.HasPercentage = True


Ather...