I'm using the dataXML method. I made the changes on the page you sent and it does show percentages. It is interesting that when I don't have percentages as the values and the labels around the chart show me actual numbers, when I mouse over the pie slices it shows me percentages, which means it has already calculated percentages based on the raw numbers I've given. Too bad I can't take the calulated percentages that the chart has already calculated and show those around the chart rather than feeding each set percentage values rather than raw numbers. It seems the chart is calculating percentages when I feed it raw numbers, but the percentages only show on mouse overs. To get percentages to show on the outside of the chart, I have to calculate the percentages myself and feed those numbers to each set. Seems redundant since the chart is already doing that when I give it non percentage values. Hope that makes sense. In other words, if the pie has four slices with values of 2, 1, 2, 5. Those are the numbers that show around the chart, but when I mouse over I see 20.0%, 10.0%, 20.0%, 50.0%. Which means the chart has already calculated percentages. Any way to just get what I see on mouse over to show around the chart without me having to give it percentage values?