Jump to content
Software FX Community

image generation


User (Legacy)

Recommended Posts

Hi 

I have two different charts in the same page.

'Testing this page on IE 5.0 & IIS 4.0

<P>

<%=CandleChart.GetHtmlTag(600,250,"Auto","CandleChart")%>

</P>

<P>

<%=VolumeChart.GetHtmlTag(600,200,"Auto","VolumeChart")%>

</P>

The very first chart produces JPG image and second one generates activex

component. I want both the charts as activex component. I'm not sure why the

first chart does not produce activex component? I used ActiveX , plugin one

by one instead of keyword Auto. But still it produces only JPG image.

Link to comment
Share on other sites

Hi 

I have two different charts in the same page.

'Testing this page on IE 5.0 & IIS 4.0

<P>

<%=CandleChart.GetHtmlTag(600,250,"Auto","CandleChart")%>

</P>

<P>

<%=VolumeChart.GetHtmlTag(600,200,"Auto","VolumeChart")%>

</P>

The very first chart produces JPG image and second one generates activex

component. I want both the charts as activex component. I'm not sure why the

first chart does not produce activex component? I used ActiveX , plugin one

by one instead of keyword Auto. But still it produces only JPG image.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...