how to get different colors for a chart in which many series are available ?
for each series i need unique color
how to have different colors for the chart
this will set each bar in the series a unique color
the code segment will set each bar in the series a unique color and not the entire series a unique color
i would like to set like this
series(0) =red
series(1)= white
series (2)= black
....
series(45)=rgb(255)
i would like to set like this
series(0) =red
series(1)= white
series (2)= black
....
series(45)=rgb(255)
Hi Aravind,
in that case the only way to do this would be creating your custom array of colors and then assign them to the series manually using Series(x).Color = ColorArray...
in that case the only way to do this would be creating your custom array of colors and then assign them to the series manually using Series(x).Color = ColorArray...
Pep Jorge
http://support.steema.com
http://support.steema.com