ExportChart - Simple

S

Scott Underhill

Hi Guys,

I am working with chartspace on the server side,
currently I have cs.ExportPicture (path.400,400)
The problem is that I dont know what the chart actually looks like, I would
like

it to autoresize, and I want to keep the aspect ratio when I export, is this
possable ?



Many Thanks.

Scott
 
T

Thao Moua [ms]

There is no way to tell what the chart will look like unless you export the
picture (if you're creating the chart via CreateObject) or view the chart
control on the page. Either way, you'll have to experiment with the size.
ExportPicture() simply generate the chart to the specified height and width.

----------------------------------------------------------------------
Thao Moua
OWC Chartspace Support

This posting is provided "AS IS" with no warranties, and
confers no rights. Use of included script samples are
subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top