Truly interactive charts in web browser
Posted: Wed Mar 29, 2006 12:52 pm
I'm coming back to Steema and having a look at the .NET offering after some years of working intermittently with the Teechart ActiveX controls in a web browser environment.
My initial impressions are that the .NET control is a major step backwards in functionality for web developers.
For example, with the ActiveX control, I could write highly interactive web pages involving scrolling, dynamically adding data and new series, zooming and re-ranging without ever incurring the penalty of a synchronous round trip to the server.
However, from reading the tutorials and help files, and some experimentation with the evaluation copy, it seems that the best I can do for my users with Teechart .NET is a gif in a web page. And there's no way I'm going to do that to them.
Whilst .NET holds the promise of embedding Winforms controls in a web page with a syntax like
it seems that such an approach is not documented anywhere in the Teechart documentation, and throws a security exception of you try it.
Am I missing something?
My initial impressions are that the .NET control is a major step backwards in functionality for web developers.
For example, with the ActiveX control, I could write highly interactive web pages involving scrolling, dynamically adding data and new series, zooming and re-ranging without ever incurring the penalty of a synchronous round trip to the server.
However, from reading the tutorials and help files, and some experimentation with the evaluation copy, it seems that the best I can do for my users with Teechart .NET is a gif in a web page. And there's no way I'm going to do that to them.
Whilst .NET holds the promise of embedding Winforms controls in a web page with a syntax like
Code: Select all
<object id="myCtl" classid="http:TeeChart.dll#Steema.TeeChart.TChart"></object>
Am I missing something?