Is there a way to make an image file the background of a chart? I'd like to set a transparency level of the chart to be able to see the image behind. I'd want to make sure I could set the background of the legend and labels so they could be seen.
Hi,
You can use a VisualBrush in order to set the Background to an Image like this :
<igCA:XamChart.Background> <VisualBrush> <VisualBrush.Visual> <Image Source="1.jpg" /> </VisualBrush.Visual> </VisualBrush></igCA:XamChart.Background>
I hope this helps
Vlad