Search found 9 matches
- Fri Sep 09, 2016 1:28 am
- Forum: .NET
- Topic: Bars overlap
- Replies: 7
- Views: 14594
Re: Bars overlap
Is this issue resolved? I have the same problem.
- Wed Aug 31, 2016 12:39 am
- Forum: .NET
- Topic: Rotate does not work with Legend Checkboxes
- Replies: 9
- Views: 17714
Re: Rotate does not work with Legend Checkboxes
In case it gets delayed, I would like to know what I need to change for the source code.
- Tue Aug 30, 2016 2:42 am
- Forum: .NET
- Topic: Rotate does not work with Legend Checkboxes
- Replies: 9
- Views: 17714
Re: Rotate does not work with Legend Checkboxes
I think that it would be great if a modified dll is released for this issue as this issue is clearly a bug.
- Tue Aug 30, 2016 2:10 am
- Forum: .NET
- Topic: Rotate does not work with Legend Checkboxes
- Replies: 9
- Views: 17714
Re: Rotate does not work with Legend Checkboxes
Hello, It would be great if you let me know as soon as possible about this issue. This is now ticket id=1612 , which you can see has now been fixed. The fix for this issue is a one-liner, and if you have the source-code version of TeeChart I can tell you where it is. I thought this might be fixed b...
- Tue Aug 30, 2016 2:09 am
- Forum: .NET
- Topic: Rotate does not work with Legend Checkboxes
- Replies: 9
- Views: 17714
Re: Rotate does not work with Legend Checkboxes
You mean that it has been fixed with a new dll? I have installed a package on my computer though..
- Mon Aug 29, 2016 6:35 am
- Forum: .NET
- Topic: Rotate does not work with Legend Checkboxes
- Replies: 9
- Views: 17714
Rotate does not work with Legend Checkboxes
Points points = new Points(); points.Add(10); MyTChart.Series.Add(points); var rotate = new Rotate(); MyTChart.Tools.Add(rotate); MyTChart.Legend.CheckBoxes = true; I am trying to apply rotate with legend checkboxes. When rotate is not implemented, legend checkboxes work fine. But when rotate is imp...
- Tue Jun 07, 2016 4:29 am
- Forum: .NET
- Topic: Surface Chart and Contour Chart Issues
- Replies: 6
- Views: 13175
Re: Surface Chart and Contour Chart Issues
I am waiting for your next maintenance release. You told me that it would available in a few days. I would like to know if the maintenance release is ready and it sure fixed the problem that I mentioned. Please let me know as soon as possible as we need to update out software as quickly as possible....
- Wed May 11, 2016 5:53 am
- Forum: .NET
- Topic: Surface Chart and Contour Chart Issues
- Replies: 6
- Views: 13175
Re: Surface Chart and Contour Chart Issues
I am attaching three screenshots to show the issue that you were not able to reproduce. As I was watching your video, I noticed that the version you are using is not really the same. A file named Version.png displays what is our T-Chart is as well as Target Framework. A file named 364.2261.png displ...
- Mon May 09, 2016 5:06 am
- Forum: .NET
- Topic: Surface Chart and Contour Chart Issues
- Replies: 6
- Views: 13175
Surface Chart and Contour Chart Issues
I have two forms in my solution named WindowsFormsApplication1. If you open up a solution and run it, you will be able to see a basic Surface Chart without data. There are two buttons called 'button1' and 'button2' which adds data to the Surface Chat. Under two situations, TeeChart works differently...