Custom Chart Options

A

awach

I have a chart in an access report that I'd like to make a little more
custom. It is called CategoryChart and lists the % of each category for the
client on that page. What I'd like to do is set the chart colors to
something like:

If Category="A", then fill color = "99364" (blue color number)
If Category="b", then fill color = "32518" (green color number)...

What would the code be for this? How do I call out the pie chart sections?

The second part of this question is that the pie chart lists the 0% values.
So the 0% label ends up appear when there isn't a actual pie section to
represent. How to I make the 0% either not visible or color=white (preferred
method)?

THANKS in advance for any help or direction!!!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top