Search found 18 matches

by Sugan
Mon Jul 29, 2013 1:00 pm
Forum: .NET
Topic: Clustered MarkTips - New feature Request
Replies: 1
Views: 3328

Clustered MarkTips - New feature Request

Hi, I'm using TeeChart for .NET for a very long time. I now have a requirement to show mark tips on some of the points (Points series) on the chart. Currently when there are multiple overlapping points on the chart, it will be difficult for the user to read all of them. The drag marks tool has some ...
by Sugan
Fri Jul 26, 2013 8:36 am
Forum: .NET
Topic: Series Marks Text formatting issues
Replies: 3
Views: 5792

Re: Series Marks Text formatting issues

Hi,

When can we expect an update for this ?
by Sugan
Fri Feb 15, 2013 2:28 pm
Forum: .NET
Topic: Abnormalities with TeeChart CursorTool in all 2012 releases
Replies: 12
Views: 12749

Re: Abnormalities with TeeChart CursorTool in all 2012 releases

Hi Sandra, The solution that you provided (using cursor1.OriginalCursor = null) is not solving the problem when you have AnnotationTool or Rectangle added to the TeeChart. Not sure what other tools will have this problem. I need some solution through which I can set a custom mouse cursor to the Char...
by Sugan
Tue Feb 05, 2013 12:34 pm
Forum: .NET
Topic: Abnormalities with TeeChart CursorTool in all 2012 releases
Replies: 12
Views: 12749

Re: Abnormalities with TeeChart CursorTool in all 2012 releases

Hi Sandra, I don't think this is fair and works for my problem. I believe any change done to libraries like TeeChart should be backward compatible, so that when people upgrade to latest versions, it still supports the older code without much modifications. For the first problem that I have reported,...
by Sugan
Thu Jan 10, 2013 10:38 am
Forum: .NET
Topic: Problem in Imagepoint series
Replies: 12
Views: 13603

Re: Problem in Imagepoint series

Hi Sandra, Your reasoning is correct. But I'm not facing any problems with the Points series. The issue is only with the ImagePoint series. But thanks for your recent sample; that helped me to narrow down to the issue. The actual problem is, the image displayed by the ImagePoint series doesn't fill ...
by Sugan
Tue Jan 08, 2013 9:35 am
Forum: .NET
Topic: Issue with DragMarks tool
Replies: 5
Views: 6671

Re: Issue with DragMarks tool

Thanks Sandra. To add to this, I noticed that this problem occurs even when the chart is resized. Please address that as well.

Regards,
Sugan
by Sugan
Tue Jan 08, 2013 9:30 am
Forum: .NET
Topic: Problem in Imagepoint series
Replies: 12
Views: 13603

Re: Problem in Imagepoint series

Hi Sandra, Thanks for your sample. But I'm able to replicate the issue even in your code. I have attached here a video screenshot (webex recorded file) of the same. When we click on the center of the pointer, the value index is proper. But when clicked a little bit to the right, it shows the index o...
by Sugan
Thu Jan 03, 2013 1:08 pm
Forum: .NET
Topic: Problem in Imagepoint series
Replies: 12
Views: 13603

Re: Problem in Imagepoint series

That didn't help Sandra. Cannot use the CalcPosPoint. That is not relevant. Also the Series.ClickedPointer() method is returning wrong index only. Is there any other way to capture the clicked pointer's correct valueIndex using the X and Y values available ? Another problem I'm facing, when having m...
by Sugan
Thu Jan 03, 2013 11:34 am
Forum: .NET
Topic: Issue with DragMarks tool
Replies: 5
Views: 6671

Re: Issue with DragMarks tool

Hi Sandra, My issue is not with the DrawLine tool. I have issue with the DragMarks tool. I don't find the code you have given useful to me in anyway. What I'm looking for is, after dragging a series mark, if I zoom, the mark should move along with the point. But that is not happening. I believe this...
by Sugan
Wed Jan 02, 2013 5:16 am
Forum: .NET
Topic: Issue with DragMarks tool
Replies: 5
Views: 6671

Issue with DragMarks tool

Hi, The DragMarks tool in TeeChart behaves wrongly when the chart is zoomed or panned. The connector line looks misplaced after zooming or panning the chart. This doesn't happen is the marks are not dragged. Here is the screenshots of the same, Before Zoom: tt1.png After Zoom: tt2.png Please let me ...
by Sugan
Fri Dec 28, 2012 11:07 am
Forum: .NET
Topic: Abnormalities with TeeChart CursorTool in all 2012 releases
Replies: 12
Views: 12749

Re: Abnormalities with TeeChart CursorTool in all 2012 releases

Hi,

We are waiting for a fix for this issue.
May I know, when is the next service release planned ?

Regards,
Sugan
by Sugan
Fri Oct 26, 2012 12:14 pm
Forum: .NET
Topic: Abnormalities with TeeChart CursorTool in all 2012 releases
Replies: 12
Views: 12749

Re: Abnormalities with TeeChart CursorTool in all 2012 releases

Thanks Sandra.
We are waiting for the release.
by Sugan
Fri Oct 26, 2012 10:17 am
Forum: .NET
Topic: Problem in Imagepoint series
Replies: 12
Views: 13603

Re: Problem in Imagepoint series

Hi Sandra, Thanks for your reply. But I want the valueIndex only. My problem is that, the valueIndex returned by the ClickPointer event is wrong. That's what I have demonstrated in the attached video as well. When the valueIndex is wrong, I wont be able to identify the actually clicked pointer prope...
by Sugan
Fri Oct 26, 2012 7:33 am
Forum: .NET
Topic: Series Marks Text formatting issues
Replies: 3
Views: 5792

Series Marks Text formatting issues

Hi, I'm facing issues when trying to format the Text displayed in the Series Marks. series.Marks.TextAlign = StringAlignment.Near; should align the text in the series marks to left for my locale. But it always aligns it to center. Also, I'm not sure how the series marks can be formatted with HTML ta...
by Sugan
Fri Oct 26, 2012 5:54 am
Forum: .NET
Topic: Abnormalities with TeeChart CursorTool in all 2012 releases
Replies: 12
Views: 12749

Re: Abnormalities with TeeChart CursorTool in all 2012 releases

Hi Sandra, That reply doesn't sound to be correct/clear. When the XValue of the CursorTool is changed, the Cursor_Change event should get fired. That's how it was working and most of the code that we use follow this approach. Now all of a sudden if the behaviour is changed, this breaks the backward ...