I noticed that the most recent "LITE" version available for download is from 1 Sep 2006 and is TeeChart v2.
Do you have plans to continue supporting/updating the LITE version? Is there a LITE version for TeeChart v3?
Search found 11 matches
- Thu Jun 26, 2008 1:38 pm
- Forum: .NET
- Topic: TeeChart.LITE for .NET version 2
- Replies: 2
- Views: 6116
- Wed Mar 19, 2008 4:10 pm
- Forum: .NET
- Topic: Web application cannot get TeeChart licence
- Replies: 18
- Views: 39389
I spent many hours on this problem and the only way to resolve it was to run the registration tool on the production server. It was then that I realized that Steema changed their license agreement. There is no longer any royalty-free server deployment. You have to pay for each and every server where...
- Wed Mar 19, 2008 4:09 pm
- Forum: .NET
- Topic: Cannot deploy to server
- Replies: 1
- Views: 3955
Oops
Sorry, this was supposed to be posted as a reply to this topic:
http://www.teechart.net/support/viewtop ... 9650#29650
http://www.teechart.net/support/viewtop ... 9650#29650
- Wed Mar 19, 2008 4:08 pm
- Forum: .NET
- Topic: Cannot deploy to server
- Replies: 1
- Views: 3955
Cannot deploy to server
I spent many hours on this problem and the only way to resolve it was to run the registration tool on the production server. It was then that I realized that Steema changed their license agreement. There is no longer any royalty-free server deployment. You have to pay for each and every server where...
- Thu Jul 12, 2007 2:45 am
- Forum: .NET
- Topic: Web application cannot get TeeChart licence
- Replies: 18
- Views: 39389
Steema.TeeChart.FrAccessProvider.GetLicense
I realize this is an old thread, but I have a similar issue with TeeChart for .NET v2.0.2546.16099. I have an ASP.NET 2.0 web application that references a separate assembly that is compiled in C#. Within the assembly, I have code that instantiates TeeChart directly. I have embedded the license.licx...
- Fri Jul 14, 2006 2:11 pm
- Forum: .NET
- Topic: Axis Automatic scale incorrectly interprets NULL as 0 (zero)
- Replies: 6
- Views: 8812
- Thu Jul 13, 2006 11:39 pm
- Forum: .NET
- Topic: Axis Automatic scale incorrectly interprets NULL as 0 (zero)
- Replies: 6
- Views: 8812
Axis Automatic scale incorrectly interprets NULL as 0 (zero)
When a line series has null values, the series correctly plots a gap in the line (instead of interpolating a zero value). However, the automatic scale of the value axis interprets the null as zero. So, if there is a NULL value, the axis minimum value will be zero, even if if all of the non-null valu...
- Mon May 22, 2006 1:37 pm
- Forum: .NET
- Topic: ColorGrid disappears when you set Left Axis minimum value
- Replies: 3
- Views: 5944
- Fri May 19, 2006 6:27 pm
- Forum: .NET
- Topic: ColorGrid disappears when you set Left Axis minimum value
- Replies: 3
- Views: 5944
ColorGrid disappears when you set Left Axis minimum value
I have a ColorGrid and I need to set the axis values. The ColorGrid works fine until I set the axis minimum value - and then the ColorGrid disappears. Sample code that illustrates the problem is shown below. Any ideas? ----------------------- Public Class Form1 Inherits System.Windows.Forms.Form #Re...
- Thu Apr 06, 2006 4:04 am
- Forum: .NET
- Topic: 3D Bubble Series? Or Point3D with cylinders?
- Replies: 3
- Views: 5734
Thanks, I've been playing with the Tower series and I think it will do most of what I need to do. Here is the sample code I'm using: Dim surface As New Steema.TeeChart.Styles.Surface(Me.tChart.Chart) With surface .IrregularGrid = True .UseColorRange = True .Add(1, 1, 1) .Add(1, 4, 20) '.Add(10, 6, 1...
- Wed Apr 05, 2006 4:32 am
- Forum: .NET
- Topic: 3D Bubble Series? Or Point3D with cylinders?
- Replies: 3
- Views: 5734
3D Bubble Series? Or Point3D with cylinders?
I'm using TeeChart .NET v2 and I need to create a chart that looks like this: http://www.earthsoft.com/library/chart1.jpg I can use the SurfacePlot series to do the colored surface, but I haven't figured out how to do the 3D cylinders. Each cylindar represents a X,Y,Z, where the height of the cylind...