L
L Mehl
The user has asked that the darkest colors and specific symbols be used for
readability of the chart:
Black is the most preferred color; white is the least-preferred.
Symbols to have lowest priority for use are "-" and "--" (double-wide line).
Example:
The first series to be plotted will have Format Data Series | Patterns
settings as follows:
Marker --
Style = diamond
Foreground (color) = black
Recording a macro for setting
Style = diamond
Foreground (color) = black
resulted in
.MarkerForegroundColorIndex = 1
.MarkerStyle = xlDiamond
Is there a list of the VBA codes for the rest of these 2 properties?
Has anyone seen a method using VBA code for using colors and symbols in
order of preference for a many-series chart?
Thanks for any help.
Larry Mehl
readability of the chart:
Black is the most preferred color; white is the least-preferred.
Symbols to have lowest priority for use are "-" and "--" (double-wide line).
Example:
The first series to be plotted will have Format Data Series | Patterns
settings as follows:
Marker --
Style = diamond
Foreground (color) = black
Recording a macro for setting
Style = diamond
Foreground (color) = black
resulted in
.MarkerForegroundColorIndex = 1
.MarkerStyle = xlDiamond
Is there a list of the VBA codes for the rest of these 2 properties?
Has anyone seen a method using VBA code for using colors and symbols in
order of preference for a many-series chart?
Thanks for any help.
Larry Mehl