I am using asp:Chart
control. It's property BackImage
works fine.
But I am getting 2 errors to set the background image.
- Unable to set
no-repeat
property ofBackImage
. - How to pass URL of image in
BackImage
property
I am using asp:Chart
control. It's property BackImage
works fine.
But I am getting 2 errors to set the background image.
no-repeat
property of BackImage
. BackImage
propertychartid.chartarea[].backimage="url of your folder";
chartid.databind();