0

I am using asp:Chart control. It's property BackImage works fine. But I am getting 2 errors to set the background image.

  1. Unable to set no-repeat property of BackImage.
  2. How to pass URL of image in BackImage property
Cœur
  • 37,241
  • 25
  • 195
  • 267
Shailesh
  • 492
  • 3
  • 9
  • 27

1 Answers1

0
chartid.chartarea[].backimage="url of your folder";
chartid.databind();
Lloyd Powell
  • 18,270
  • 17
  • 87
  • 123
spiderman
  • 25
  • 7