Is it possible to use a PNG image to fill a barchart?
Hello,
If you are looking to set the background of the bar to an Image you can set the image in the chart’s brushes collection:
<ig:XamDataChart.Brushes>
<ig:BrushCollection>
<ImageBrush ImageSource="/Images/image1.png"/>
</ig:BrushCollection>
</ig:XamDataChart.Brushes>
Please let me know if you have any questions.
Sincerely,
Valerie
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
Thank you Valerie