Search found 12 matches
- Tue Aug 16, 2005 3:29 pm
- Forum: ActiveX
- Topic: Slow Chart using Axtive X 5 C#.NET
- Replies: 1
- Views: 3651
I was able to resolve the issue. The slowness was cause by the data being returned by the database. In this case I was returning more data than neccessary, causing the loop in the application to go on for an excessive amount of time. By simplifying the data results the chart was produced in an accep...
- Thu Aug 11, 2005 7:39 pm
- Forum: ActiveX
- Topic: Slow Chart using Axtive X 5 C#.NET
- Replies: 1
- Views: 3651
Slow Chart using Axtive X 5 C#.NET
Hello, I'm using the version 5 active x component in the .Net environment. The chart displays correctly, but when I increase the number of days along the x axis (example 30 days) the chart displays too slowly. There are many series for the chart (20 or more series). I beleive the performace issue is...
- Thu Jun 16, 2005 4:00 am
- Forum: ActiveX
- Topic: Tee Chart ActiveX 5 with C# .NET
- Replies: 1
- Views: 4195
Tee Chart ActiveX 5 with C# .NET
Hello, I have been trying to use TeeChart v5 in the .Net Environment. I can display a graph using FillSampleValues, but I am running into issues using real data with some of TeeCharts expected Data Types. For Example, in .NET C# TeeChart is expecting colors using a uint datatype. I am not able to us...
- Thu Jan 27, 2005 7:08 am
- Forum: ActiveX
- Topic: Bar Graph wont stack
- Replies: 3
- Views: 5985
Re: Graph wont stack bars
Pep, I have attached some docs to the email and posted to steema.public.attachments. I am still not able to resolve this issue. I have tried multiple methods in both classic asp and C#.NET . I get the same results on both. The lines show side by side or they overlap but I cannot get them to stack. D...
- Fri Jan 21, 2005 7:29 pm
- Forum: ActiveX
- Topic: Multiple Legends with Header Title
- Replies: 1
- Views: 3870
Multiple Legends with Header Title
Hello There, In V5, using an ASP page I see its possible to show multiple legends linked to a series. What I would like to do is have 3 legends, each with a header Title that groups series by volume. For Example: 10 or more Hits LoginPage ConfigPage ReportViewPage 9-5 Hits ChartPage DataPage 4 or le...
- Thu Jan 20, 2005 10:17 pm
- Forum: ActiveX
- Topic: Bar Graph wont stack
- Replies: 3
- Views: 5985
Bar Graph wont stack
Hello, I'm using v5, asp page, trying to create a stacked bar graph out of an MS Access db. I can't seem to get the bars to stack. They are overlapping. Here is my code: Set objConn = Server.CreateObject("ADODB.Connection") objConn.Open "DSN=xx;UID=;PWD=xx" Set objCmd = Server.CreateObject("ADODB.Co...
- Mon Jun 14, 2004 5:41 pm
- Forum: ActiveX
- Topic: ActiveX component can't create object: 'TeeChart.TChart'
- Replies: 3
- Views: 6382
version 5 vs. version ?
Thanks for the reply. I changed the command to: Set Chart1 = CreateObject("TeeChart.TChart.5") and the graphing functionality is back, thanks! But, I only have version 5. Is there a way I can check to see what is installed (intentionally or otherwise)? How can I uninstall all versions and only run v...
- Fri Jun 11, 2004 5:03 pm
- Forum: ActiveX
- Topic: ActiveX component can't create object: 'TeeChart.TChart'
- Replies: 3
- Views: 6382
ActiveX component can't create object: 'TeeChart.TChart'
I was trying some new things with CAB file/OCX... and I am no longer able to create charts. I get... ActiveX component can't create object: 'TeeChart.TChart' When it hits this line... Set Chart1 = CreateObject("TeeChart.TChart") I tried uninstalling TeeChart then re-installing. It still does not wor...
- Thu Jun 10, 2004 5:03 pm
- Forum: ActiveX
- Topic: ActiveX OCX / CAB in ASP Web
- Replies: 1
- Views: 4537
Answer
Found it. It's on my hard drive.
C:\Program Files\TeeChart Pro v5 ActiveX Control\Cab files
C:\Program Files\TeeChart Pro v5 ActiveX Control\Cab files
- Thu Jun 10, 2004 4:22 pm
- Forum: ActiveX
- Topic: ActiveX OCX / CAB in ASP Web
- Replies: 1
- Views: 4537
ActiveX OCX / CAB in ASP Web
I used to do all of my scripting server side and displayed static images. I know have the need to display dynamic charts with the OCX. The example at: http://www.steema.com/products/teechart/explorer%20examples/basic_vbscript_example.htm is similar to what I'm trying to accomplish. I need to force u...
- Thu Jun 10, 2004 3:47 pm
- Forum: ActiveX
- Topic: Area Series Quesion
- Replies: 2
- Views: 5542
- Fri Jun 04, 2004 6:26 pm
- Forum: ActiveX
- Topic: Area Series Quesion
- Replies: 2
- Views: 5542
Area Series Quesion
Sorry this is a duplicate that I just posted on the newsgroup. I just found the lic/pass - sorry... 1) How do I turn off the Area Lines in an area series? I tried lines below but it fails... Chart2.Series(1).AreaLines.Visible = False Chart2.Series(1).asArea.Lines.Visible = False 2) Can I make the ar...