Changing colors in MSGraph

  • Thread starter Mike Hinchcliffe
  • Start date
M

Mike Hinchcliffe

Ok, I know I'm not the first to be driven crazy by MSGraph, but wondering if
anyone has come up with a workable solution to this problem.

As part of a presentation toolbox I'm using MSGraph for simple charts. I'd
like the chart colours to change in sync with the changes to the chart color
scheme (which the user selects from a few pre-set color palettes) and
although this works fine for the first 6 fill colors, MSGraph doesn't
inherit the last 2 fill colors nor the line colors from the slide color
scheme.

Has anyone found a way of changing these last 2 fill colors and the line
colors programatically? Ideally on changing the slides color scheme to
another of the preset color schemes (which I configure in an ini file and
push into the slides using vba) I'd also update the 2 fills/8 lines in sync
with the new color scheme.

Any ideas would be very welcome -this is driving me nuts!

thanks
Mike
 
S

Steve Rindsberg

Ok, I know I'm not the first to be driven crazy by MSGraph, but wondering if
anyone has come up with a workable solution to this problem.

As part of a presentation toolbox I'm using MSGraph for simple charts. I'd
like the chart colours to change in sync with the changes to the chart color
scheme (which the user selects from a few pre-set color palettes) and
although this works fine for the first 6 fill colors, MSGraph doesn't
inherit the last 2 fill colors nor the line colors from the slide color
scheme.

Has anyone found a way of changing these last 2 fill colors and the line
colors programatically? Ideally on changing the slides color scheme to
another of the preset color schemes (which I configure in an ini file and
push into the slides using vba) I'd also update the 2 fills/8 lines in sync
with the new color scheme.

Any ideas would be very welcome -this is driving me nuts!

Welcome to the madhouse. Pull up a chair, get comfortable. It'll be a long
stay.

While you can manually change the colors in MSGraph's color palette, the method
for doing it isn't exposed in the object model.
 

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