Search found 11 matches

by Sim
Tue Sep 09, 2008 10:20 am
Forum: .NET
Topic: Resolve the closest point
Replies: 5
Views: 7361

Hello, Thanks, it would be very helpful for us if you could find the exact steps that should be followed or send a simple example project we can run "as-is" to reproduce the problem here. I will try to provide we the appropriate steps to make the chart crash, but can't guarantee. This solution seems...
by Sim
Tue Sep 09, 2008 9:53 am
Forum: .NET
Topic: Resolve the closest point
Replies: 5
Views: 7361

Hello thanks for your prompt reply. Unfortunately, the NearestPoint tool is a little buggy so I cannot use it. I had reported an internal crash related to the use of the nearest tool in the following post: http://www.teechart.net/support/viewtopic.php?t=7779&highlight= The issue was marked as "fixed...
by Sim
Tue Sep 09, 2008 8:13 am
Forum: .NET
Topic: Resolve the closest point
Replies: 5
Views: 7361

Resolve the closest point

Hello, I am using TeeChart for .Net version 3.5.3146.24805. In some of the chart events, I need to find which point (X value) on the Line series my mouse is closest to. I currently keep chart of the mouse positions with: protected override void OnMouseMove(MouseEventArgs e) { base.OnMouseMove(e); m_...
by Sim
Thu Aug 14, 2008 9:22 am
Forum: .NET
Topic: Issue with MarksTip when used with Error series
Replies: 4
Views: 8112

Thanks!
by Sim
Wed Aug 13, 2008 1:24 pm
Forum: .NET
Topic: Issue with MarksTip when used with Error series
Replies: 4
Views: 8112

Hi, from the release notes of today's release, it seems this issue is not yet fixed. When do you expect to have it fixed?

Thanks.
by Sim
Mon Aug 11, 2008 1:28 pm
Forum: .NET
Topic: Exception: Index was outside the bounds of the array
Replies: 15
Views: 36361

Hi guys, could you please confirm that you have received the attachment I sent friday regarding this issue?

Thanks.
by Sim
Fri Aug 08, 2008 1:51 pm
Forum: .NET
Topic: Exception: Index was outside the bounds of the array
Replies: 15
Views: 36361

Hi, me again. I have created a small sample that reproduces the issue easily. I have uploaded the file to your upload page (http://www.steema.net/upload/Default.aspx). The name of the file is NearestPointIssue.zip. To reproduce the issue, do the following steps: 1- Drag your mouse over the chart so ...
by Sim
Fri Aug 08, 2008 1:33 pm
Forum: .NET
Topic: Exception: Index was outside the bounds of the array
Replies: 15
Views: 36361

Hi I am using TeeChart v3.5.3105.20151 for .Net which is I believe the latest version available. I am getting a very similar error to the one discussed in this thread by using the NearestTool on a series that gets its datasource (datatable) emptied: Index was outside the bounds of the array. at Stee...
by Sim
Mon Aug 04, 2008 12:09 pm
Forum: .NET
Topic: Issue with MarksTip when used with Error series
Replies: 4
Views: 8112

Issue with MarksTip when used with Error series

Hi I am currently using version 3.2.2945.19737 of the TeeChart library. There seems to be a bug in the way the MarksTip is displayed when used with error series. I created a very simple test project that contains the following: - Line series (populated by line1.FillSampleValues(4); ) - 1 MarksTip to...
by Sim
Mon Aug 04, 2008 7:40 am
Forum: .NET
Topic: Questions regarding MarksTip tool
Replies: 3
Views: 6572

Hi, thank you for your quick reply! Regarding question 1, do you have any other suggestion than the one I mentionned to resolve the nearest point when the MarksTip is displayed? As I wrote in the note, the solution I found works, but is very inconvenient when you have multiple line series, error ser...
by Sim
Sat Aug 02, 2008 11:15 am
Forum: .NET
Topic: Questions regarding MarksTip tool
Replies: 3
Views: 6572

Questions regarding MarksTip tool

Hi I am currently using version 3.2.2945.19737 of the TeeChart library. I have multiple line series in a graph and need to use MarksTip to display custom information about each point on mouseover. 1) When the marks tip label is about to appear on mouseover of a line between two points, it always sho...