Search found 5 matches

by prle
Wed Jul 29, 2009 7:30 am
Forum: .NET
Topic: License exception
Replies: 1
Views: 1769

License exception

Hi, I just installed an application using TeeChart .NET on a target machine and it throws an exception. An instance of type 'Steema.TeeChart.Chart' was being created. and a valid license could not be granted for the type 'Steema.TeeChart.Chart'. Please, contact the manufacturer of the component for ...
by prle
Mon Feb 02, 2009 4:36 am
Forum: .NET
Topic: Populating contour, filled levels
Replies: 7
Views: 7501

Populating contour, filled levels

Hi Narcis, Thank you for the quick reply. After having another look, the IrregularGrid property does not work as described in TeeChart help or in your description. I would like to report a bug: Contour does not work with IrregularGrid set to true. According to the TeeChart help file, the IrregularGr...
by prle
Thu Jan 29, 2009 11:37 pm
Forum: .NET
Topic: Populating contour, filled levels
Replies: 7
Views: 7501

Populating contour, filled levels

Hi Narcis, Thank you for the explanation. It seems that neither ColorGrid nor Contour are suitable for my application. I need to display the fruit sweetness in geographic coordinates, where measurements are tagged using GPS. My X is longitude, Z is latitude, and data points are not evenly spaced. Th...
by prle
Wed Jan 28, 2009 11:55 pm
Forum: .NET
Topic: Populating contour, filled levels
Replies: 7
Views: 7501

Populating contour, filled levels

Hi Narcis, Thank you for the quick reply, your code works fine. There are a couple more issues I found with contour series: 1. When I changed your code to add several points in irregular grid contour1.IrregularGrid = true; contour1.Add(1.1, 0.25, 1.6); contour1.Add(1.8, 0.15, 2.6); contour1.Add(2.1,...
by prle
Fri Jan 23, 2009 12:45 am
Forum: .NET
Topic: Populating contour, filled levels
Replies: 7
Views: 7501

Populating contour, filled levels

I'm trying to use contour with filled levels in winforms using VS2008 Using contour.Add(double X, double Y, double Z), chart does not display the data. When using contour.FillSampleValues(10) the chart displays the sample data, but I don't have the source code and can't step into this function to se...