Search found 5 matches

by IndustrialMike
Fri Mar 31, 2006 4:09 am
Forum: .NET
Topic: Truly interactive charts in web browser
Replies: 3
Views: 4990

Thanks for the reply. Steema is certainly not alone among chart vendors in this area. My guess is that the first to market with this feature will enjoy a competitive advantage for some time - are there any plans to enable this functionality in Teechart .NET?
by IndustrialMike
Wed Mar 29, 2006 12:52 pm
Forum: .NET
Topic: Truly interactive charts in web browser
Replies: 3
Views: 4990

Truly interactive charts in web browser

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, wi...
by IndustrialMike
Tue Oct 26, 2004 4:39 am
Forum: ActiveX
Topic: <PARAM NAME = "Base64" ..> doesn't work
Replies: 2
Views: 4775

Oleg - you can achieve something quite close to your goal in a slightly different manner: Put your base64-encoded data in a hidden span, e.g. <span id="TeechartData">YDBXAVRQRjA... blah blah...</span> Then, in your window_onload event, go document.all("TChart1").Import.LoadFromBase64Stream(TeechartD...
by IndustrialMike
Fri Sep 17, 2004 5:21 am
Forum: ActiveX
Topic: AddNullXY loses PointLabel using SaveToStream/LoadFromURL
Replies: 1
Views: 3768

AddNullXY loses PointLabel using SaveToStream/LoadFromURL

Using TeeChart 6, I'm populating a chart with an ordinary line series and data in code running inside IIS, and streaming the results to a browser using Export->asNative->SaveToStream(true). The browser is loading itself from the streamed output with Import.LoadFromURL(). All works fine up to a point...
by IndustrialMike
Thu Aug 19, 2004 3:23 am
Forum: ActiveX
Topic: No zooming for custom axes?
Replies: 1
Views: 4123

No zooming for custom axes?

After some searching it seems that zooming doesn't work for custom axes, indeed I saw a post in a VCL area indicating this to be the case. I have a chart on a web page with a horizontal date-time axis and several series, each with its own custom vertical axis. My GUI ensures that only one vertical a...