I don't see the v4 evaluation release in the client downloads section. Has the release been pulled?
Jon
Search found 19 matches
- Wed Jul 29, 2009 3:42 pm
- Forum: .NET
- Topic: TeeChart for .NET [30 JUN 2009] RELEASE 4.0.2009.21353/4/5
- Replies: 5
- Views: 10068
- Fri Jul 24, 2009 8:10 pm
- Forum: .NET
- Topic: Drawing lines on a tchart
- Replies: 1
- Views: 3565
Drawing lines on a tchart
I'd like to draw lines on a tchart, but using the coordinates for the tchart - not pixel coordinates.
Is there an example that shows how to do this?
Thanks,
Jon
Is there an example that shows how to do this?
Thanks,
Jon
- Fri Jul 24, 2009 5:52 pm
- Forum: .NET
- Topic: Coloring Shapes in Maps in TeeChart v3.5.x.x
- Replies: 5
- Views: 7347
Re: Coloring Shapes in Maps in TeeChart v3.5.x.x
OK, I was finally able to color the polygons, but the approach used in v2 did not work. I did this: poly.Add(data[0], data[1]); poly.Add(data[2], data[3]); poly.Add(data[4], data[5]); poly.Add(data[6], data[7]); int index = map1.Shapes.Add(poly); map1.Colors[index] = Color.FromArgb((int)(red * 255),...
- Fri Jul 24, 2009 4:55 pm
- Forum: .NET
- Topic: Coloring Shapes in Maps in TeeChart v3.5.x.x
- Replies: 5
- Views: 7347
Re: Coloring Shapes in Maps in TeeChart v3.5.x.x
I've tried to color shapes for the map every way I can think of, but nothing seems to work, including the way it was done with v2.
Jon
Jon
- Fri Jul 24, 2009 3:54 pm
- Forum: .NET
- Topic: Coloring Shapes in Maps in TeeChart v3.5.x.x
- Replies: 5
- Views: 7347
Re: Coloring Shapes in Maps in TeeChart v3.5.x.x
Hi Jon, Could you please attach a simple example project or a code snippet we can run "as-is" to reproduce the problem here? Thanks in advance. Here's a test file/project. The data file needs to go into the same directory as the executable. The shapes are colored depending on the input data. I've a...
- Thu Jul 23, 2009 11:25 pm
- Forum: .NET
- Topic: Coloring Shapes in Maps in TeeChart v3.5.x.x
- Replies: 5
- Views: 7347
Coloring Shapes in Maps in TeeChart v3.5.x.x
I'm trying to color individual shapes for a map. The code had worked before in v2, but I am trying v3.5.x.x and find that the same code does not work (the code below takes place within a for loop):" // clr is a pre-calculated color map1.Colors.Add(clr); poly.Add(data[0], data[1]); poly.Add(data[2], ...
- Thu Jul 23, 2009 7:45 pm
- Forum: .NET
- Topic: Debugging TeeChart
- Replies: 14
- Views: 17183
Re: Debugging TeeChart
We'd like to have our testers try out the beta copy of our application using the v3 TeeChart. If that works out, we may upgrade to that. But, it would also give us time to debug the problems we are having with the v2 TeeChart. Is that approach OK?
Jon
Jon
- Thu Jul 23, 2009 4:33 pm
- Forum: .NET
- Topic: Debugging TeeChart
- Replies: 14
- Views: 17183
Re: Debugging TeeChart
Hi Jon, Our posts have crossed, I already replied to that here: http://www.teechart.net/support/viewtopic.php?f=4&t=4996&p=41722#p41722 I have tried the v3 demo version and it appears that this version works. I'll have to test it a bit more, but I can add series using the series editor once again. ...
- Thu Jul 23, 2009 3:49 pm
- Forum: .NET
- Topic: Radar Chart
- Replies: 24
- Views: 29655
Re: Radar Chart
Hi Jon, Do TChart products work with MSVC# 2008 Express? How about .NET 3.5? What are the limitations of TChart v2? Yes, TeeChart works with Visual Studio Express versions. TeeChart.dll is built with v2.0 .NET Framework as it doesn't take advantage of v3.0 and 3.5 Frameworks features. I wouldn't ex...
- Thu Jul 23, 2009 3:35 pm
- Forum: .NET
- Topic: Debugging TeeChart
- Replies: 14
- Views: 17183
Re: Debugging TeeChart
Hi vijay, As an update to this issue, Visual Studio 2005's Service Pack 1 seems to have solved the issue as you can see here . Can you please test if this solves the issue at your end? Thanks in advance. I'll look into it, but yesterday when I suspected it might be a Visual Studio problem I downloa...
- Thu Jul 23, 2009 3:30 pm
- Forum: .NET
- Topic: Radar Chart
- Replies: 24
- Views: 29655
Re:
Hi vijay, As an update to this issue, Visual Studio 2005's Service Pack 1 seems to have solved the issue as you can see here . Can you please test if this solves the issue at your end? Thanks in advance. I'll look into it, but yesterday when I suspected it might be a Visual Studio problem I downloa...
- Thu Jul 23, 2009 3:15 pm
- Forum: .NET
- Topic: Debugging TeeChart
- Replies: 14
- Views: 17183
Re: Debugging TeeChart
OK, now I *am* seeing this problem in a fresh application. I am using MSVC# Express 2008, with .NET 3.5. I have created a new project, and placed a TChart component on the form (TChart 2.0.2987.19069). I select to "Edit" the TChart on the form menu, and then select the "Add" button to add a series. ...
- Thu Jul 23, 2009 3:07 pm
- Forum: .NET
- Topic: Debugging TeeChart
- Replies: 14
- Views: 17183
Re: Debugging TeeChart
Hi Jon, It's very difficult for us being able to help you on this without being able to reproduce the issue here. It would be very helpful if you could attach a simple project we can run "as-is2 to reproduce the problem here and try to find a solution to it. I agree - it may end up that I have to s...
- Thu Jul 23, 2009 2:44 pm
- Forum: .NET
- Topic: Debugging TeeChart
- Replies: 14
- Views: 17183
Re: Debugging TeeChart
Unfortunately, the proposed solution had no effect. I still cannot add a series to my TeeChart components that have been dropped on a form in my existing project. What are the reasons that the series dialog might open (it just flashes onscreen) before closing immediately? The error message is also n...
- Wed Jul 22, 2009 7:32 pm
- Forum: .NET
- Topic: Debugging TeeChart
- Replies: 14
- Views: 17183
Re: Debugging TeeChart
When I try and add a series to a chart using the chart "Series" property (by selecting that property in the property browser and selecting "Add" in the series collection editor), I get an error message box:
Invalid Argument=Value of '-1' is not valid for 'index'. Parameter name: index
Invalid Argument=Value of '-1' is not valid for 'index'. Parameter name: index