RS
Rajarajeswari S
Syncfusion Team
January 25, 2008 12:27 PM UTC
Hi Ernie,
Thanks for using Syncfusion products.
You can manually change the line color of the line chart by setting the Interior color. Please refer the below code snippet which illustartes this:
series.Style.Interior = new BrushInfo(Color.Green);
Please try this and let me know if this helps you out.
Regards,
Raji