Articles in this section
Category / Section

Can we add image as an interior for chart series?

1 min read

 

Yes. You can add images as interiors for chart series using an ImageBrush with in the Interior property of ChartSeries

The following code snippet adds an image as interior brush of a ChartSeries

XAML

<syncfusion:ChartSeries Data="0 1 1 4 2 6 3 6 4 7 5 8" Type="Column">   <syncfusion:ChartSeries.Interior>     <ImageBrush ImageSource="App.ico"/>    </syncfusion:ChartSeries.Interior> </syncfusion:ChartSeries>

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please sign in to leave a comment
Access denied
Access denied