Search found 9 matches

by DEV1
Fri Sep 09, 2016 1:28 am
Forum: .NET
Topic: Bars overlap
Replies: 7
Views: 13830

Re: Bars overlap

Is this issue resolved? I have the same problem.
by DEV1
Wed Aug 31, 2016 12:39 am
Forum: .NET
Topic: Rotate does not work with Legend Checkboxes
Replies: 9
Views: 16729

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.
by DEV1
Tue Aug 30, 2016 2:42 am
Forum: .NET
Topic: Rotate does not work with Legend Checkboxes
Replies: 9
Views: 16729

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.
by DEV1
Tue Aug 30, 2016 2:10 am
Forum: .NET
Topic: Rotate does not work with Legend Checkboxes
Replies: 9
Views: 16729

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...
by DEV1
Tue Aug 30, 2016 2:09 am
Forum: .NET
Topic: Rotate does not work with Legend Checkboxes
Replies: 9
Views: 16729

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..
by DEV1
Mon Aug 29, 2016 6:35 am
Forum: .NET
Topic: Rotate does not work with Legend Checkboxes
Replies: 9
Views: 16729

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...
by DEV1
Tue Jun 07, 2016 4:29 am
Forum: .NET
Topic: Surface Chart and Contour Chart Issues
Replies: 6
Views: 12418

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....
by DEV1
Wed May 11, 2016 5:53 am
Forum: .NET
Topic: Surface Chart and Contour Chart Issues
Replies: 6
Views: 12418

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...
by DEV1
Mon May 09, 2016 5:06 am
Forum: .NET
Topic: Surface Chart and Contour Chart Issues
Replies: 6
Views: 12418

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...