sgladie@bgsu.edu
Registered User.
- Local time
- Today, 13:46
- Joined
- Jul 3, 2015
- Messages
- 28
Access 2013
I have created some graphs on my dashboard. I have parameters set: users can change the data of the graphs by selecting different parameters (fields, combo boxes, frames, etc.) There are four categories (series): In Renovation, Occupied, Out of Service, and Ready to Rent. Each category has its own color: Red, Green, Blue and Yellow, respectively. Here is my dilemma - when a category's value is 0, of course, it doesn't show on the chart, but the chart will "bump up" the colors in order, instead of keeping the color with the category.
For example: Let's say In Renovation has 10 units, colored Red; Occupied has 20 units, colored Green; Out of Service has 0 units, and Ready to Rent has 5 units, it SHOULD be colored Yellow, but since Out of Service is 0, it makes Ready to Rent blue.
Has anyone else every experienced this? I am hoping someone can help me "assign" the colors to the category. Is there VBA to assign the categories (series)?
Appreciate any help given!! I am stumped!!
I have created some graphs on my dashboard. I have parameters set: users can change the data of the graphs by selecting different parameters (fields, combo boxes, frames, etc.) There are four categories (series): In Renovation, Occupied, Out of Service, and Ready to Rent. Each category has its own color: Red, Green, Blue and Yellow, respectively. Here is my dilemma - when a category's value is 0, of course, it doesn't show on the chart, but the chart will "bump up" the colors in order, instead of keeping the color with the category.
For example: Let's say In Renovation has 10 units, colored Red; Occupied has 20 units, colored Green; Out of Service has 0 units, and Ready to Rent has 5 units, it SHOULD be colored Yellow, but since Out of Service is 0, it makes Ready to Rent blue.
Has anyone else every experienced this? I am hoping someone can help me "assign" the colors to the category. Is there VBA to assign the categories (series)?
Appreciate any help given!! I am stumped!!