Search found 9 matches

by Mont
Fri Dec 01, 2006 10:36 am
Forum: .NET
Topic: TEN file import/export bug ?
Replies: 10
Views: 13137

Hi Mike, Importing the chart at design-time works fine for me here as the series is available at the design-time editor. Hi Narcis, I have to say I'm quite disappointed with this 'fix'. Yes, you can now edit the series in the design-time editor after importing a chart , but any changes you make are...
by Mont
Fri Dec 01, 2006 9:06 am
Forum: .NET
Topic: "Invalid parameter used" being thrown from 'TextRe
Replies: 14
Views: 19686

Narcis,

I've just posted in http://www.teechart.net/support/viewtopic.php?t=5082

I think this is the same problem - the export dialog does work occasionally (without doing anything differently), but I get the error more times than not.

Cheers,

Mike
by Mont
Fri Dec 01, 2006 8:56 am
Forum: .NET
Topic: TEN file import/export bug ?
Replies: 10
Views: 13137

Hi Narcis, The latest build (2.0.2511.18117) in VB.Net2003 doesn't appear to fix the problems (but it seems to have created a new one!) Importing a chart template at design time still doesn't work correctly (the TChart1.Series collection is empty at runtime). Saving and closing the project still res...
by Mont
Wed Nov 08, 2006 2:02 pm
Forum: .NET
Topic: TEN file import/export bug ?
Replies: 10
Views: 13137

We don't have a tracking system for the customers. However you can ask here for this issue status and we will be glad to inform you. This is a big issue for us - our applications have several similar charts in a tabbed format. The performance when importing the chart layout at runtime is pretty poo...
by Mont
Wed Nov 08, 2006 12:02 pm
Forum: .NET
Topic: TEN file import/export bug ?
Replies: 10
Views: 13137

Many thanks for the reply.

Do you know if this will be fixed in v2, or will it be implemented in v3 ?

Is they a way of me periodically checking on the progress of TF02011879 ?
by Mont
Tue Nov 07, 2006 4:35 pm
Forum: .NET
Topic: TEN file import/export bug ?
Replies: 10
Views: 13137

TEN file import/export bug ?

Could you please try the following to see if you can replicate the problem: Create a new Windows Application (VB.NET or C#.NET) Add a tchart to the default blank form Right click on the chart, select Edit, and add a new line series (leaving all properties as default) Save the project Export the char...
by Mont
Wed Oct 25, 2006 1:09 pm
Forum: .NET
Topic: Polar series pointer colour
Replies: 1
Views: 3763

Polar series pointer colour

Hi there, Is it possible to change the pointer colour of each point on a polar chart as it is drawn ? I've tried the following without success (this used to work in ActiveX v7 - we've just upgraded to .NET v2): .Add(20, 80, Color.Green) .Add(30, 90, Color.Red) I've also tried the following after dra...
by Mont
Fri Oct 13, 2006 3:57 pm
Forum: ActiveX
Topic: UseAntiAlias and DrawRing bug ?
Replies: 1
Views: 3809

UseAntiAlias and DrawRing bug ?

I'm using Teechart7 v 7.0.1.1 Can you please try and recreate the following problem ? On a VB6 form, I've added a TChart object named TChart1. I've added a single Polar series to the chart and left all other properties at their default values. I've added the following code to the form: Private Sub F...
by Mont
Fri Nov 19, 2004 9:37 am
Forum: ActiveX
Topic: Cannot calc Y position and marks positions
Replies: 1
Views: 4236

Cannot calc Y position and marks positions

Having a bit of a weird one where the bar marks are not correctly positioned above bars i.e. they are overlapping. so.. i'm trying to run this bit of code to move them: BarTop = .Series(1).CalcYPos(i) BarBottom = .Series(1).CalcYPosValue(i) ypos = (BarTop + BarBottom) / 2 .Series(1).Marks.Positions....