Designing a legend from a different series

C

cmiller

I have a Pie Chart with Prim Regions of resorts and a count of res at each
resort. The regions are abbreviated but also included in the table are full
names. I would like my pie chart to use abbr. and the legend to use full
names.
How can I accomplish this?
 
D

Duane Hookom

Have you considered using a subreport with a record source similar to the
charts Row Source with the matching colors to replace the legend?
 
Top