Adjusting TeeChart size within code
Posted: 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>
<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>