Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2515
How to set the color for bars in Javascript Excel chart
posted

I want to control the color for each series for a barClustered Excel chart.

I have gotten as far as the statement below to retrieve the ChartFillBase, however, I can't find any documentation on how to actually set the colors or other characteristics of each series. How is this done?

series = Chart1.seriesCollection();
series.item(0).fill().?????