I have been working with the asp:Chart
control and have found that its BackImage
property functions well. However, I have encountered two issues while trying to set the background image.
- I am unable to successfully set the
no-repeat
property of theBackImage
. - What is the correct way to pass a URL of an image in the
BackImage
property?