View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
DuncanL DuncanL is offline
external usenet poster
 
Posts: 6
Default Custom colours in charts

Jon,

Excel has a palette of 56 colors. When you use RGB to define a color, Excel
uses the element in the palette which it decides is closes to the RGB you
specify.


So what on earth is the point of allowing RGB colours if it then
completely ignores them? If you're going to provide functions that accept
RGB, it is madness to then cripple that so it is fundamentally useless. And
Trendlines will only accept RGB colours, not indexes, so there is no way to
set them to an exact colour.

It does seem a bit odd, given that true colour displays have been around
for many, many years now that Excel is stuck with such a limited palette.
Does anyone who wants a good looking chart just use something else instead?

I realise that this is not your fault and you can't do anything about it,
but I'm just having a small rant here! ;-)


You could assign the RGB to color in the palette, then use this color index
to color your chart element.


Well that works sort of works (barring the Trendlines), so thank you for
that.

Thanks for the help


Duncan