Search found 7 matches

by Bev
Wed Feb 08, 2006 9:24 pm
Forum: .NET
Topic: Problems with graphs over a network
Replies: 3
Views: 4486

Where is Tee Charts program group found?
by Bev
Wed Feb 08, 2006 9:15 pm
Forum: .NET
Topic: How can I get the URL for the chart from the middle tier?
Replies: 1
Views: 3208

How can I get the URL for the chart from the middle tier?

From a class within a middle tier c# component I am creating a .ten file as follows ch1.Export.Template.Save(sGraphFileName); where sGraphFileName is \\servername\foldername\something.ten This successfully creates a .ten file in the desired location. I then attempt to run the following: ch1.Import.T...
by Bev
Wed Jan 25, 2006 9:38 pm
Forum: ActiveX
Topic: What version is TeeChart Pro version 1.1.1452.42972 ?
Replies: 3
Views: 4585

Cheers.

I am trying to add the TeeChart.dll to Component Services but it comes up with the error "One or more files do not contain components or type libraries. These files cannot be installed."

Any ideas?
by Bev
Wed Jan 25, 2006 1:58 am
Forum: ActiveX
Topic: What version is TeeChart Pro version 1.1.1452.42972 ?
Replies: 3
Views: 4585

What version is TeeChart Pro version 1.1.1452.42972 ?

Is it .Net or Activex ?

Cheers
by Bev
Wed Jan 25, 2006 12:59 am
Forum: .NET
Topic: Problems with graphs over a network
Replies: 3
Views: 4486

Problems with graphs over a network

Hi, We are currently using TeeChart Pro version 1.1.1452.42972 We are trying to save/load graphs onto/from a central network server. e.g. Each web server has the following keys, for graphs; [HKEY_LOCAL_MACHINE\SOFTWARE\Steema Software\TeeChart.NET] "VirtualShare"="\\ntatca58\Onyxchart" "ShareFolder"...
by Bev
Thu Sep 29, 2005 11:40 pm
Forum: .NET
Topic: process cannot access the file "xxx" because it is
Replies: 1
Views: 3461

process cannot access the file "xxx" because it is

Hi, I am getting the following error randomly. The process cannot access the file "C:\inetpub\wwwroot\Test\custom\_chart_temp\WebChart1127001386246669880324.png" because it is being used by another process I occasionally get this error when my web page loads. It has 2 frames that each load a tchart....
by Bev
Sun May 22, 2005 11:51 pm
Forum: .NET
Topic: Cannot hide marks for a pie graph on .aspx page
Replies: 2
Views: 4386

Cannot hide marks for a pie graph on .aspx page

this.pieSeries = new Steema.TeeChart.Styles.Pie();

pieSeries.Marks.Visible = false;

The above line does not seem to work for pie graphs. It works fine for a bar graph.

I am using version 1.1.1452.42972 TeeChart Pro
Is this a problem with the version I have?

Cheers