Search found 31 matches
- Thu Dec 08, 2011 1:29 pm
- Forum: .NET
- Topic: Windows 7 Installation Failure
- Replies: 1
- Views: 3960
Windows 7 Installation Failure
I am attempting to install TeeChartNet2011_4.1_2011.10190.exe on a windows 7 machine. After etering the license number and password, I immediately get a screen that says "TeeCalc has stopped working. A problem caused the program to stop working correctly. Windows will close the program and notify yo...
- Wed Oct 05, 2011 11:26 am
- Forum: .NET
- Topic: Saving to Memory Stream problem
- Replies: 5
- Views: 8175
Re: Saving to Memory Stream problem
Thanks, I guess I misunderstood what you were telling me. I read it to mean that both lines below were required to complete the command, whereas I was trying to avoid the first line of saving the file to a physical location on the drive. I assume from your comment, that the first line is not require...
- Tue Oct 04, 2011 3:32 pm
- Forum: .NET
- Topic: Saving to Memory Stream problem
- Replies: 5
- Views: 8175
Re: Saving to Memory Stream problem
Thanks for that. I was trying to avoid having to save the file to a physical location such as c:\..... I have found that the following method just keeps the file in memory and seems to work fine. For whatever reason, it has to be within a "Using" clause. Using Stream3 As MemoryStream = New MemoryStr...
- Mon Oct 03, 2011 9:26 pm
- Forum: .NET
- Topic: Saving to Memory Stream problem
- Replies: 5
- Views: 8175
Saving to Memory Stream problem
I am looking to export my chart to a memory strea, but I can not seem to get it to work. I have read through the forums and it seems like everyone is suggesting that I do it as shown below. If I run the proram like this, it tells me that I can not have a null value for my stream. Can someone please ...
- Thu Sep 15, 2011 4:52 pm
- Forum: .NET
- Topic: Gauge datasource from text (txt) file
- Replies: 1
- Views: 3956
Gauge datasource from text (txt) file
I am attempting to use the graphical interface to set a gauge to use a text file as the datasource. I set the source to text file, selected my text file, set the corresponding column numbers to the Text,Y,Angle fields. No matter what I do, I can not get the gauge to read the file. Is there a bit of ...
- Mon Aug 08, 2011 7:32 pm
- Forum: .NET
- Topic: Annotation Not Working Correctly
- Replies: 1
- Views: 4053
Annotation Not Working Correctly
I have recently upgraded from an older version and am having issues with the Annotation. I used to write the code as shown below: Dim Annotation1 As New Steema.TeeChart.Tools.Annotation(qualityratiochart.Chart) Annotation1.Active = True Annotation1.Shape.Color = Drawing.Color.Transparent Annotation1...
- Thu May 05, 2011 2:56 pm
- Forum: .NET
- Topic: Chart Printing from Web Page
- Replies: 7
- Views: 9611
Re: Chart Printing from Web Page
I also think I am not being clear about what I am after. When using the methods from above, the print will come from a web page. This does not provide the quality of print I need. When I use the chart.printer.print, I get a high quality print, that is full page, and formatted slightly different (bet...
- Wed May 04, 2011 6:34 pm
- Forum: .NET
- Topic: Chart Printing from Web Page
- Replies: 7
- Views: 9611
Re: Chart Printing from Web Page
I have a page with approximatley 5 charts on the ASP.NET web page. What I am trying to accomplish, is for the user to be able to press a print button beside a specific chart, and send that chart to the printer. All of the suggestions offered so far, revolve around sending a print job for the entire ...
- Wed Apr 27, 2011 12:46 pm
- Forum: .NET
- Topic: Chart Printing from Web Page
- Replies: 7
- Views: 9611
Re: Chart Printing from Web Page
I had already tried the code you provided. It works when I am testing on my local machine, but just prints to the server default printer (same as the .print) when it is published to the server. I may be wrong, but I do not believe that the print preview will work on an asp.net web site. Somehow, the...
- Tue Apr 26, 2011 6:54 pm
- Forum: .NET
- Topic: Chart Printing from Web Page
- Replies: 7
- Views: 9611
Chart Printing from Web Page
I am trying to add a print function to my ASP.NET web page. I have added the asp.net button control and am able to print from the command below. The problem I am having is, that this sends the print job to the default printer of the server, not the client machine. We have various offices off site th...
- Thu Nov 18, 2010 2:00 pm
- Forum: .NET
- Topic: Webchart Export
- Replies: 3
- Views: 5677
Re: Webchart Export
Thanks for that. I still do not understand how this answers my original question. The problem I am having , is that I am rendering the graphic on the web at one resolution, and then scaling up the graphic when I export it. When I scale up the graphic, the code does not scale the hard coded coordinat...
- Wed Nov 17, 2010 7:10 pm
- Forum: .NET
- Topic: Webchart Export
- Replies: 3
- Views: 5677
Webchart Export
Can someone please tell me how to have the annotations move with the chart when the chart is resized? If I do not specify a size of the image, the image is created at a width of 632 and a height of 456, and the annotations are correct. If I specify a size of a width of 800 and a height of 577, the c...
- Mon Oct 11, 2010 1:45 pm
- Forum: .NET
- Topic: Customising Legend Text on a WebChart
- Replies: 6
- Views: 8345
Re: Customising Legend Text on a WebChart
When I go to the design and look under the events, I see the GetLegendText. I double clicked it and it made the WebChart9_GetLegendText event. When I go to use any of the code you suggested, it doesnt recognize WebChart9.GetLegendText When I go into the event and try to access the legend properties ...
- Mon Oct 11, 2010 1:38 pm
- Forum: .NET
- Topic: Customising Legend Text on a WebChart
- Replies: 6
- Views: 8345
Re: Customising Legend Text on a WebChart
Release Notes 22nd January 2009
TeeChart.NET version 2
Build 2.0.3309.32488
Compiled in .NET Framework 1.1
Build 2.0.3309.32489
Compiled in .NET Framework 2.0
TeeChart.NET version 2
Build 2.0.3309.32488
Compiled in .NET Framework 1.1
Build 2.0.3309.32489
Compiled in .NET Framework 2.0
- Mon Oct 11, 2010 12:57 pm
- Forum: .NET
- Topic: Customising Legend Text on a WebChart
- Replies: 6
- Views: 8345
Re: Customising Legend Text on a WebChart
As mentioned earlier, the GetLegendText is not available from the WebChart9. When I type Webchart9. , there is no GetLegendText in the intellisense.