How can I set series interior with picture?

Hi,

How can I set series interior with picture?

Thanks.

1 Reply

VK Vijayabharathi K Syncfusion Team November 9, 2012 01:09 PM UTC

Hi Ivica,

 

Thanks for using Syncfusion products.

 

If your intention is to apply interior color to series, we suggest you to use “Interior” property of series. Please refer the below code snippet to achieve this,

 

[C#]

this.chartControl1.Series[0].Style.Interior = new Syncfusion.Drawing.BrushInfo(Color.Blue);

 

Please let us know if you have any concerns.

 

Regards,

Vijayabharathi


Loader.
Up arrow icon