Column Chart Series Colors?

Hi, How do I go about changing the color of the columns in a column series? Thanks

1 Reply

DJ Davis Jebaraj Syncfusion Team April 1, 2004 06:27 PM UTC

Hi, The color of the Column is taken from the BackColor property of the series'' Interior. series.Style.Interior = new Syncfusion.Drawing.BrushInfo(Syncfusion.Drawing.GradientStyle.None, Color.Black, Color.Orange); Please see sample linked below: http://www.syncfusion.com/support/user/Uploads/ChartSeriesColor_5100.zip Regards, Davis

Loader.
Up arrow icon