Reputation: 576
Okay, I have a report with multiple charts in it. I have tried a few different ways to get these charts to format the legend the same way, but i have failed. My goal is to make the legends have the same color scheme and ordering across the different charts.
Example, my chart show the count of projects in each of the following funding statuses - not funded, funded, and unknown. No matter what I do, the different charts that I am creating, display the different funding statuses in different order with dfferent colors attached to them. I am using one data source for all charts. Also, the first chart includes all data in the set while the other 3 apply different filters to the data.
Thanks for any help!
Upvotes: 0
Views: 3073
Reputation: 473
That link is no longer up, take a look at this blog post: http://blog.hoegaerden.be/2009/10/25/pie-chart-techniques/
He basically stores the colors in the database and overrides the palette.
I answered a similar question here in more detail: Want to show legend just once for repeating charts in single page in ssrs
Upvotes: 2