retro74 Report post Posted June 28, 2009 We could do this in VB code, but the point here is that most of the pie charts that we need would be expressed in percentages and not the original input dollar amounts. This feature request is to create a functio that will allow the programmer to set the Pie Chart values to display as: Labels on or Off Dollar amounts on or Off Percentages on or Off a function parameter like this might be PieLabelsAs(On, On, On) where each of the parameters represents Labels, Dollars and Percentages. The percentages should be calculated by the control from the amounts. Share this post Link to post Share on other sites
Guest Rajroop Report post Posted June 29, 2009 Hello, Thank you for your suggestions and your interest in FusionCharts. The percentage values are shown with the input values in the Pie charts by using <chart..showPercentageValues='1' ..> in the XML. Using numberPrefix attribute in the XML, the dollar sign may be set to the value. The labels may be turned on and off by using the <chart... showLabels='1' ...> attribute. I hope this helps. Share this post Link to post Share on other sites