Search found 10 matches
- Mon Oct 30, 2006 10:27 pm
- Forum: .NET
- Topic: Installation and compilation errors in TeeChart for VS 2005
- Replies: 3
- Views: 4504
Hi Narcis, Thanks for the quick reply. Your link did solve the compilation problem with "System.Web.AspNetHostingPermission". What about the first problem with the installation of TeeChart? Maybe it's no big deal as I was able to compile the project with the fix specified in your link? In any case, ...
- Tue Oct 24, 2006 10:54 pm
- Forum: .NET
- Topic: Installation and compilation errors in TeeChart for VS 2005
- Replies: 3
- Views: 4504
Installation and compilation errors in TeeChart for VS 2005
I have installed TeeChart version 2.0.2469.25745 and received some errors during the installation. An unhandled exception ('System.Runtime.InteropServices.COMException') occurred in TeeGofer_H2reg.exe[2372] After what looked like a failed install I still had a TeeChart control in the VS2005 toolbox,...
- Tue Sep 13, 2005 6:39 pm
- Forum: .NET
- Topic: ClipRectangle function not working in an ASP.NET page
- Replies: 3
- Views: 5111
- Mon Sep 12, 2005 9:23 pm
- Forum: .NET
- Topic: ClipRectangle function not working in an ASP.NET page
- Replies: 3
- Views: 5111
ClipRectangle function not working in an ASP.NET page
I am using TeeChart.NET version (2.0.1992.14012), and I am running into a problem with clipping series values that are greater then the max set for a custom axis. In my case, I have three different vertical custom axes on a particular chart. Each custom axis has its max and min set programmatically ...
- Tue Aug 30, 2005 3:49 pm
- Forum: .NET
- Topic: Grid lines incorrect on logarithmic scale?
- Replies: 3
- Views: 5331
Hi Narcis, Thank you for the quick reply. I just wanted to mention that the code I included in my post also incorrectly spaces the grid lines on a logarithmic vertical axis. Someone at my job pointed out my mistake. In any case, I wanted to be sure that my incorrect code was not used by anyone. Than...
- Mon Aug 29, 2005 6:17 pm
- Forum: .NET
- Topic: Grid lines incorrect on logarithmic scale?
- Replies: 3
- Views: 5331
Grid lines incorrect on logarithmic scale?
I am using TeeChart ver. 2 (2.0.1992.14012), and I am trying to display the grid lines for a vertical logarithmic scale. What I noticed is that the spacing on the grid lines doesn't seem to look correct. That is, there is too much space between grid lines towards the top of the next decade of logari...
- Wed Aug 24, 2005 3:52 pm
- Forum: .NET
- Topic: Custom axes with different units for same series?
- Replies: 3
- Views: 5307
Hi Narcis, Thanks for the reply. I did get this to work as you described above. Unfortunately, I am creating a chart with multiple custom axis "stacked" on top of one another similar to your example under "All Features/Axes/Permanent custom axes". So I actually need to associate multiple vertical cu...
- Tue Aug 23, 2005 5:38 pm
- Forum: .NET
- Topic: Custom axes with different units for same series?
- Replies: 3
- Views: 5307
Custom axes with different units for same series?
Is it possible to have two custom axes with different units that reference the same series? I would like to create a chart that displays temperature information in both Celsius and Fahrenheit (the scales would be on the left and right sides of the graph, respectively). The data is in Celsius. What I...
- Thu Aug 18, 2005 5:15 pm
- Forum: .NET
- Topic: Can't modify size of box surrounding Annotation
- Replies: 2
- Views: 4772
- Mon Aug 15, 2005 4:27 pm
- Forum: .NET
- Topic: Can't modify size of box surrounding Annotation
- Replies: 2
- Views: 4772
Can't modify size of box surrounding Annotation
I am using TeeChart for .NET version 2, and I would like to change (expand) the size of the box surrounding an Annotation. Is there a way to do this? I have not seen an example of this in the help files or in the forums for the .NET TeeChart software. Here is a C# code snippet of how I am adding the...