We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Fill a Area chart series, with a custom image. ?

Hello Comunity.

I wonder if its posible with Syncfusion to do custom bacground image-fill on a chart series like a Area, or Step kind.

Something like the pic i am adding below.



Attachment: customImagechart_49b08a5d.rar

1 Reply

MK Muneesh Kumar G Syncfusion Team March 29, 2019 11:49 AM UTC

Hi Fernando, 
 
Greetings from Syncfusion. 
 
We have analyzed your query. As of now, we are having support to add a custom image to the chart background only. To add the custom image for chart background, please find the below documentation link, 
 
 
Right now, we don’t have support to add custom image as chart series fill. But we are having gradient color support to series fill. Please find the below code snippet to achieve gradient color for series fill. Hope this will be helpful. 
 
[C#] 
series.Style.Interior = new Syncfusion.Drawing.BrushInfo(GradientStyle.Vertical, Color.FromArgb(12, 150, 213), Color.FromArgb(117, 138, 150)); 
 
 
Screenshot: 
 
 
Regards, 
Muneesh  


Loader.
Live Chat Icon For mobile
Up arrow icon