Page 1 of 1

TeeChart2023 support for Chrome and Modern Browser

Posted: Fri Apr 21, 2023 6:46 am
by 16695121
Hi Team,

We are looking for migration steps to support TeeChart functionality with chrome and modern browsers, currently it is supporting for Edgebrowser with IE compatability.

We are looking for options to support application in chrome with a migration steps and provide below references
Documentation reference of ActiveX Control
Current version: ActiveX Control 2023

We are using TeeChart API's in C++ which is currently rendering only in EdgeBrowser with IE MODE and We are looking for support with modern browsers.

Is there any restriction of any API's which will not support chrome browser?

Re: TeeChart2023 support for Chrome and Modern Browser

Posted: Mon Apr 24, 2023 5:51 am
by 16695121
Hi Team,

Any updates on this?We awaiting for your response.

Thanks!
Srikanth Ananthoju

Re: TeeChart2023 support for Chrome and Modern Browser

Posted: Tue Apr 25, 2023 6:44 am
by 16695121
Hi Team,

Can someone look into this and help me on queries?

Thanks!
Srikanth Ananthoju

Re: TeeChart2023 support for Chrome and Modern Browser

Posted: Tue Apr 25, 2023 7:05 am
by yeray
Hello,

Modern browsers don't allow embedded ActiveX objects in pages.
However, you could generate the Chart server-side export to an image and send that image to the client's browser.
See ChartTypes.htm / ChartTypes.asp to see an example of this.