One more note:
The problem seems to occur only in version 3.5.3330.21113 of TeeChart... I rolled back to an older version (3.5.3274.30663) and it seems to work fine.
Search found 25 matches
- Wed Mar 18, 2009 8:50 am
- Forum: .NET
- Topic: IndexOutOfRangeException raised activating point series
- Replies: 3
- Views: 4953
- Tue Mar 17, 2009 4:03 pm
- Forum: .NET
- Topic: IndexOutOfRangeException raised activating point series
- Replies: 3
- Views: 4953
Re: IndexOutOfRangeException raised activating point series
A couple of notes: - The horizontal (X) axis of the chart has DateTime property=true and the min and max property of this axis are set manually (Automatic=false) - I noticed that the exception is thrown when i "move" the current "sliding window" (changing the min and max limits of the chart): it see...
- Tue Mar 17, 2009 3:18 pm
- Forum: .NET
- Topic: IndexOutOfRangeException raised activating point series
- Replies: 3
- Views: 4953
IndexOutOfRangeException raised activating point series
Hi again, my application contains a TeeChart with three Point series (and some other FastLine, Line and Shape series): two of them are usually active and one is non-active. When I activate the third one, i get an IndexOutOfRangeException whose call stack is the following : in Steema.TeeChart.Styles....
- Mon Mar 16, 2009 4:24 pm
- Forum: .NET
- Topic: Clone() method for Shape series
- Replies: 10
- Views: 12130
Hi Luigi, In your project, TeeChart v3.2.2722.29260 Evaluation version is the version that the About box shows. Are you sure that you are using the latest version available at the download area? Here, changing your project references to the v3.5.3330.21112, it seems that the color is cloned fine. D...
- Mon Mar 16, 2009 2:38 pm
- Forum: .NET
- Topic: Clone() method for Shape series
- Replies: 10
- Views: 12130
I succeeded in uploading a test application onto your upload page (TestTeeChartCloneFastLine.zip). To reproduce the problem, into the VS2005 designer, simply choose the "Edit" menu item of the contextual menu of TeeChart, select the fastLine1 series (the blue and thick one) and choose "Clone". The e...
- Mon Mar 16, 2009 9:03 am
- Forum: .NET
- Topic: Clone() method for Shape series
- Replies: 10
- Views: 12130
Or could you send us a simple example project we can run "as-is" to reproduce the problem here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page . I tried to upload a sample application to your upload page http://www.steema.net/upload...
- Fri Mar 13, 2009 4:22 pm
- Forum: .NET
- Topic: Clone() method for Shape series
- Replies: 10
- Views: 12130
Hi Luigi, I've seen that "stairs" property isn't cloned. Have you noticed another one? Thanks in advance. I noticed that when I "Clone" a FastLine series from the "TeeChart Editor" window, some properties are not copied (the line width and the line color for example). I also experienced that the co...
- Fri Mar 13, 2009 1:55 pm
- Forum: .NET
- Topic: Clone() method for Shape series
- Replies: 10
- Views: 12130
- Fri Mar 06, 2009 1:49 pm
- Forum: .NET
- Topic: Clone() method for Shape series
- Replies: 10
- Views: 12130
Clone() method for Shape series
I noticed that the Shape.Clone() method doesn't work as (I) expected (not all the settings are copied), maybe due to the fact that actually the Clone() method is not overridden in the Shape class ....
Could you please add this feature to a future release of TeeChart ?
Thanks.
Could you please add this feature to a future release of TeeChart ?
Thanks.
- Wed Mar 04, 2009 4:38 pm
- Forum: .NET
- Topic: Serialization problems at design-time
- Replies: 16
- Views: 19939
- Wed Mar 04, 2009 12:07 pm
- Forum: .NET
- Topic: Serialization problems at design-time
- Replies: 16
- Views: 19939
- Tue Mar 03, 2009 12:44 pm
- Forum: .NET
- Topic: Serialization problems at design-time
- Replies: 16
- Views: 19939
Mmmmm... actually this solves the problem, but the entry inside the .resx file is recreated (I don't know exactly in which moment ... maybe when the frame is closed or when some modifications are made in the designer) and so it is necessary to remove the entry each time it is recreated :? ... I inv...
- Thu Feb 26, 2009 10:56 am
- Forum: .NET
- Topic: Serialization problems at design-time
- Replies: 16
- Views: 19939
Anyway: yes, removing the row in the resource file seems to solve the problem.. :) Mmmmm... actually this solves the problem, but the entry inside the .resx file is recreated (I don't know exactly in which moment ... maybe when the frame is closed or when some modifications are made in the designer...
- Thu Feb 26, 2009 10:21 am
- Forum: .NET
- Topic: Serialization problems at design-time
- Replies: 16
- Views: 19939
Hi Luigi, We have been investigating the issue here now and we don't think it is a bug. Openning UCFrameChart.resx in design viw, in the example project you sent and removing the row seriesMixed.Colors (of type ColorList), saving it and then reopening the UCFrameChart.cs solved the problem for us h...
- Mon Dec 15, 2008 11:57 am
- Forum: .NET
- Topic: Serialization problems at design-time
- Replies: 16
- Views: 19939
Ok, I will try to provide a sample application as soon as possible. Hi Narcís, I just uploaded a test application (TestTChart.zip) onto your upload page. To reproduce the problem, just change some property in the TChart inside the UCFrameChart control and save the project itself (or recompile the s...