Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have heard about the new chart control. What format do these charts render on the page? Flash, Sikverlight, images, etc.

Thanks,

Jason

share|improve this question

2 Answers

The output is rendered as an image, e.g. PNG. See here for a description.

share|improve this answer

The Chart control always renders as an image.

There are some additional rendering options, such as where the file is saved (memory, folder, etc.), but ultimately it is always rendered out in an <img> tag.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.