Search found 5 matches

by Sophie
Wed Feb 01, 2006 7:55 pm
Forum: .NET
Topic: How to cache a graph in a Web Form
Replies: 1
Views: 4167

I found the solution in the example ClickElementsChart.aspx // **************************************************** //The data load code for WebChart1 demostrates a technique to save //data between page calls. The Chart is saved as a TeeChart template //to a session variable. // ********************...
by Sophie
Wed Feb 01, 2006 4:46 pm
Forum: .NET
Topic: How to cache a graph in a Web Form
Replies: 1
Views: 4167

How to cache a graph in a Web Form

Hi, When a Web Form page is postback, I don't want to generate the graph again. How I can store and retrieve my graph from the cache? I tried to retrieve the session variable created by TempChart=Session, but the name of session variable change every time the page is post back. Thanks for help me, S...
by Sophie
Mon Jan 16, 2006 3:58 pm
Forum: ActiveX
Topic: Misalignment between grid lines and color grid
Replies: 5
Views: 9146

The problem is not resolved in the version 7.006, and I repeat it, I need it.

The version 6 have a major bug: the MarksTip Shadows Persistent After Mousing Away. See http://www.teechart.net/support/viewtop ... t=markstip

Can I hope you resolve it?

Sophie
by Sophie
Wed Dec 15, 2004 5:05 pm
Forum: ActiveX
Topic: Wrong *.tee file format error
Replies: 2
Views: 5113

Always with an TeeChart Pro ActiveX inan IE browser running vbscript client side code, I can access a XML in the same folder by <xml src="http://www.myweb.com/mychart.xml" /> If I fill the chart in the script client with this data, no problem. If I use the method LoadFromUrl to download the chart fr...
by Sophie
Tue Dec 14, 2004 10:17 pm
Forum: ActiveX
Topic: Wrong *.tee file format error
Replies: 2
Views: 5113

Wrong *.tee file format error

I receive the following error when I call TChart1.Import.LoadFromURL("http://www.myweb.com/mychart.tee") from an IE browser running vbscript client side code, on a terminal server session only.

Can you help me??