Color of slices in Piechart
i'm using pie chart in SSRS 2005 reporting. There are only 2 slices in pie chart and colors for those 2 slices are coming automatically purple and grey. how can control the colors of slices?? I need to give Red and Green colors.SSRSRpt
January 19th, 2011 9:02am

I am assuming that you have a field name call Status and the value is OPen and Close. Now open and close would be the two slices of your pie chart. 1. Right click the pie chart and select the properties. 2. Switch to the Data tab. 3. Double click the item in the values list to open the Edit Chart Value dialog box. 4. Go to Appearance tab and click Series Style… 5. In the Style Properties dialog box, go to the Fill tab. Set the color expression as follows: =iif(Fields!Status.value="Close", “Green”, “Red”) Cheers, Jason P.S. : Please click the 'Mark as Answer' button if a post solves your problem! :)
Free Windows Admin Tool Kit Click here and download it now
January 19th, 2011 9:17am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics