JB
John Bowlin Bosco K
Syncfusion Team
April 5, 2011 05:51 AM UTC
Hi Megumi,
Thank you very much for your interest in Syncfusion Products.
Using Essential XlsIO, the custom color can be set by using the method of SetPaletteColor of workbook. To set the custom colors for chart fill, we can use SetPaletteColor(9,Color.FromArgb(153,153,255));
This will set the color that you want to set for the workbook and the RGB color value used in the above code specifies one of the chart fills color. Please try your sample with this code and let us know if this helps you.
Please let us know if you need any further assistance.
Thanks,
Pauline Bosco