Search found 11 matches
- Fri Mar 31, 2006 12:09 pm
- Forum: .NET
- Topic: Bug in GanttTool
- Replies: 5
- Views: 8913
Hi Anton, no, it is still not working even with the latest version (2.0.2242.29274). Just try to assign GanttTool to one Gantt series and then drag it to the right (then it works), afterwards drag it to the left (not working anymore). It works fine for me using the version you mention. Have you che...
- Thu Mar 30, 2006 3:02 pm
- Forum: .NET
- Topic: Bug in GanttTool
- Replies: 5
- Views: 8913
Hi Narcís, no, it is still not working even with the latest version (2.0.2242.29274). Just try to assign GanttTool to one Gantt series and then drag it to the right (then it works), afterwards drag it to the left (not working anymore). Also I have found another bug: property Zoom Direction is not se...
- Thu Mar 30, 2006 2:14 pm
- Forum: .NET
- Topic: Bug in GanttTool
- Replies: 5
- Views: 8913
Bug in GanttTool
Hello, there is a bug in GanttTool. His events DragBar and ResizeBar fire only when you are moving bar to the right but not to the left. The same situation when you trying to resize the bar so events will fire only when you are resizing bar to the right side. Please fix it as soon as possible. This ...
- Mon Feb 21, 2005 4:05 pm
- Forum: .NET
- Topic: TeeChart for .NET v1.1.1864.22788 Maintenance release
- Replies: 8
- Views: 13515
What about Scroo
I did not find any information about bug with Panning (scroll) property. http://209.68.2.74/stee/support/modules.php?name=Forums&file=viewtopic&t=1592&highlight=scroll&sid=2277ed50753b9aa9fb1affb680717857#top This bug exists forever and I always have problems because of it. Can we hope that it will ...
- Tue Nov 30, 2004 2:47 pm
- Forum: .NET
- Topic: Problem with Panning (scroll) property
- Replies: 1
- Views: 5341
Problem with Panning (scroll) property
State of this property is not stored correctly. Scrolling mode is always reseting to "Both" value and the only way to disable scrolling in charts is to use this.tChart.Panning.Allow = Steema.TeeChart.ScrollModes.None in runtime. This is an old problem, I wrote about it already but it is still here. ...
- Wed Jul 21, 2004 3:51 pm
- Forum: .NET
- Topic: Bug: cannot change scroll or panning property.
- Replies: 1
- Views: 5840
Bug: cannot change scroll or panning property.
It seems that TeeChart does not store the state of scroll (panning) property. After recompiling this value is always set to default value.
Best regards,
Anton Rau
Best regards,
Anton Rau
- Mon Feb 23, 2004 1:41 pm
- Forum: .NET
- Topic: How to save charts to .ten format with functions?
- Replies: 2
- Views: 9627
Hello, additional notes: you can simulate a bug just by adding to the new chart two lines series and third function series (Add, for example). Then if you click TeeChart Export - Native format then an exception will be raised: System.Runtime.Serialization.SerializationException: The type Steema.TeeC...
- Thu Feb 19, 2004 3:31 pm
- Forum: .NET
- Topic: How to save charts to .ten format with functions?
- Replies: 2
- Views: 9627
How to save charts to .ten format with functions?
Hello.
I have a chart with several series and additional function. The problem is when I am trying to save chart to .ten format there is an exception ("Cannot serialize i.e.") Is it possible to store the state of the chart when using functions like Add, Count etc.
Thank you,
Anton Rau
I have a chart with several series and additional function. The problem is when I am trying to save chart to .ten format there is an exception ("Cannot serialize i.e.") Is it possible to store the state of the chart when using functions like Add, Count etc.
Thank you,
Anton Rau
- Tue Jan 27, 2004 7:13 pm
- Forum: .NET
- Topic: Possible bug: only one visible table in the dataset
- Replies: 1
- Views: 7979
Possible bug: only one visible table in the dataset
Hello,
I think this is a bug: I have a typed dataset with several tables. But if I select datasourse for the series as database there is only one (always first) table visible in the list of sources.
Am I doing something wrong?
P.S. use latest build of TeeChart.NET
Best regards,
Anton Rau
I think this is a bug: I have a typed dataset with several tables. But if I select datasourse for the series as database there is only one (always first) table visible in the list of sources.
Am I doing something wrong?
P.S. use latest build of TeeChart.NET
Best regards,
Anton Rau
- Tue Jan 27, 2004 7:09 pm
- Forum: .NET
- Topic: Best solution to store the state of the charts
- Replies: 4
- Views: 12769
Hello Marc, Thank you for your reply. I have tried to use .ten files. But the problem is that when I import data from the .ten file (saved together with data values) I can see series in the chart editor but it is impossible to add new values to that series. So I can see the picture of the previous s...
- Tue Jan 27, 2004 11:01 am
- Forum: .NET
- Topic: Best solution to store the state of the charts
- Replies: 4
- Views: 12769
Best solution to store the state of the charts
Hello I have a program which controls experimental setup and so I have to implement such a feature like you can stop an experiment, exit a program and then, next time you start a program, all charts have to be restored at the previous state. I have tried a .ten files but templates overwrite the seri...