Jump to content
Software FX Community

Programming the client ActiveX in a web page.


User (Legacy)

Recommended Posts

I'm using ChartFx 98 to create financial charts. I have to make rotate the

chart in my web page using html buttons. I use Javascript to activate the

ActiveX. The problems are:

To make my chart rotate, I use this lines of code in a loop:

document.Chart1.View3D=true;

document.Chart1.Angles3D=x,y;

My chart rotates but only on the x axis. The other problem is that the chart

is badly redrawn.

Has anybody a solution to this problem?

Thanks in advance.

Yann

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...