Adjusting TeeChart size within code

TeeChart for ActiveX, COM and ASP
Post Reply
TedK
Newbie
Newbie
Posts: 6
Joined: Tue Oct 09, 2001 4:00 am

Adjusting TeeChart size within code

Post by TedK » Thu May 19, 2005 2:01 pm

I have been attempting to format the dimensions of multiple TeeCharts within ColdFusion for use in a webpage table. However, upon setting the new dimiensions, the text does not also resize and the chart ends up becoming distorted. Example code follows:

<OBJECT classid="clsid:B6C10489-FB89-11D4-93C9-006008A7EED4" codebase="TeeChart5.cab#version=5,0,1,0" id=TChart4
TYPE="application/x-oleobject" width=320 height=196 align=center hspace=0 vspace=0>
</OBJECT>

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Thu May 26, 2005 9:29 am

Hi Ted,

you're using the correct code to resize the Chart. As I can see it resizes the Chart in correct way. I'm not sure what you refer, could you please be so kink to post an html sample into the news://steema.net/steema.public.attachments newsgroups so I can see the problem ?

Post Reply