Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Running on Excel 2003, I am attempting to set the .border.color property for
an x-y scatter series object using a long value that was generated by the RGB function. However, the colorindex property seems to override it. I can successfully change the marker colors, but the .border.color value reverts back to the one associated with the colorindex value. I don't want to change the palette because I have several charts in the workbook, each of which has its own color scheme based on the number of series in the chart. Anyone know why I can't just set the color property to an arbitrary value? |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]() There are only 56 colors available as determined by the color palette. If you specify a custom color, Excel uses a color from the palette that is close to the custom color. Actually, in the default palette, there are 46 unique colors plus 10 duplicates. You could change one of the duplicates to your custom color and use its ColorIndex for your border color. The duplicate indexes are ... 5 to 9, 11, 13, 14, 18, 20, 25 to 32, 34, 54 -- Jim Cone San Francisco, USA http://www.realezsites.com/bus/primitivesoftware (color sort, compare, unique, thesaurus and other add-ins) "HC Hamaker" <HC wrote in message Running on Excel 2003, I am attempting to set the .border.color property for an x-y scatter series object using a long value that was generated by the RGB function. However, the colorindex property seems to override it. I can successfully change the marker colors, but the .border.color value reverts back to the one associated with the colorindex value. I don't want to change the palette because I have several charts in the workbook, each of which has its own color scheme based on the number of series in the chart. Anyone know why I can't just set the color property to an arbitrary value? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
tab.colorindex linked to cell color | Excel Worksheet Functions | |||
Trying to change ColorIndex for series settings | Charts and Charting in Excel | |||
How to change the default Border, Font Color, and Cell Color | Excel Discussion (Misc queries) | |||
Default Border, Font Color, and Cell Background Color | Excel Discussion (Misc queries) | |||
Dynamically changing Border-Color of all series() to "0" | Charts and Charting in Excel |