Search found 52 matches

by Nitin
Thu Feb 02, 2012 7:56 am
Forum: .NET
Topic: Exporting window giving excep. when click on flex option
Replies: 3
Views: 8535

Re: Exporting window giving excep. when click on flex option

Hi Narcis,

Could you please let me know in which version of TeeChart the issue [TF02015334] has been fixed?

Regards,
Nitin Garg
by Nitin
Thu Sep 16, 2010 8:36 am
Forum: .NET
Topic: FollowMouse Property throwing exception.
Replies: 1
Views: 4048

FollowMouse Property throwing exception.

Hi, I am using Teechart dll version 4.0.2009.62332 , and having issue with the property FollowMouse . In our application we have provided an option Show Cursor Line) with which user can see cursor lines when he moves his mouse over the chart. In the earlier version of TeeChart i.e. 4.0.2009.35592 is...
by Nitin
Mon Aug 23, 2010 7:07 am
Forum: .NET
Topic: .net Application not able to read License info. in Test Env.
Replies: 2
Views: 5756

Re: .net Application not able to read License info. in Test Env.

Marc,

Thanks for your help.
I tried with the following version of TeeChart 4.0.2009.62332 and now issue is not there.

Thanks again,
Nitin
by Nitin
Thu Aug 19, 2010 10:03 am
Forum: .NET
Topic: .net Application not able to read License info. in Test Env.
Replies: 2
Views: 5756

.net Application not able to read License info. in Test Env.

Hi, We have two different application one is integrated and other is standalone and both of them are used to launch our another application which is using TeeChart version 4.0.2009.35592. Problem is when I am trying to launch the application from the Integrated Mode application it is able to find th...
by Nitin
Fri Sep 11, 2009 1:02 pm
Forum: .NET
Topic: Marking of data using Color Band
Replies: 4
Views: 7965

Re: Marking of data using Color Band

Hi,
I tried using rectangle tool to do it but once the tool is getting created, the control is getting refreshed.
I have huge data. So, refreshing the control is taking 5-8 seconds.
Dont know if i can use this tool on mouse move event or not.
Any idea?
by Nitin
Wed Sep 09, 2009 9:13 am
Forum: .NET
Topic: Performance of drawing
Replies: 14
Views: 19724

Re: Performance of drawing

Thanks for your quick reply. When i am clicking on the screen i am not getting the correct x value. I am doing this - private int GetNearestPointFromMouseLocation(Series _Series, int XPos, int YPos) { int yPosinCo = -1; double XVal = _Series.XScreenToValue(XPos); int index = _Series.XValues.IndexOf(...
by Nitin
Wed Sep 09, 2009 8:35 am
Forum: .NET
Topic: Performance of drawing
Replies: 14
Views: 19724

Re: Performance of drawing

Hi, One question. If my x axis value is of date time and if i have one date time value, can i get the index of that value directly? For example - suppose i am assigning the x axis with a double array. That double array is nothing but the date time values converted to double. Now, on mouse click, i a...
by Nitin
Tue Sep 08, 2009 12:11 pm
Forum: .NET
Topic: Collapsing x-axis for NaN data
Replies: 3
Views: 6219

Re: Collapsing x-axis for NaN data

Thanks for your reply.
Please let me know when i can expect this scale break feature to be included as part of the TeeChart.
by Nitin
Tue Sep 08, 2009 11:58 am
Forum: .NET
Topic: Problem in NaN data handling
Replies: 6
Views: 9207

Re: Problem in NaN data handling

Thanks Narcís.
I just saw that. SetNull is not modifying the data.
by Nitin
Tue Sep 08, 2009 9:18 am
Forum: .NET
Topic: Problem in NaN data handling
Replies: 6
Views: 9207

Re: Problem in NaN data handling

Hi, We cant follow the approach you are suggesting as in that case it will make a copy of the data and will keep it in memory. Also the size of each data point is much more than normal double value. We have to handle 2.5 million data points at a time and imagine if all the points are getting stored ...
by Nitin
Tue Sep 08, 2009 8:05 am
Forum: .NET
Topic: How to redraw circles drawn using custom drawing?
Replies: 4
Views: 9424

Re: How to redraw circles drawn using custom drawing?

This worked for me as well.
Thanks.
by Nitin
Tue Sep 08, 2009 7:53 am
Forum: .NET
Topic: Collapsing x-axis for NaN data
Replies: 3
Views: 6219

Collapsing x-axis for NaN data

Hi, I have 10 data series. Say i have collected data from 09/01/2009 to 09/05/2009 for all the series. (Date format - MM/DD/YYYY) Now i have NaN data for all the serieses from 09/02/2009 to 09/04/2009. Now if i plot the data with x axis as the date time for each data point then there is a big gap in...
by Nitin
Tue Sep 08, 2009 6:46 am
Forum: .NET
Topic: Problem in NaN data handling
Replies: 6
Views: 9207

Problem in NaN data handling

Hi TeeChart Team, I am having problem in handling NaN data. I have been provided a double array of huge data (2.5 million data points). But i have few NaN data points in it. Now i am not able to plot it. In TeeChart, i think making the color as transperent or SetNull is the only way to handle it whi...
by Nitin
Fri Sep 04, 2009 10:45 am
Forum: .NET
Topic: How to redraw circles drawn using custom drawing?
Replies: 4
Views: 9424

Re: How to redraw circles drawn using custom drawing?

Sorry, i could not understand. I am drawing all the series by default. Then from legend control (not teechart legend) it raise an event when the check box is changed. Based on that i am making the series visible or invisible. But the circles are custom drawn. With the series goes invisble, the circl...
by Nitin
Fri Sep 04, 2009 7:58 am
Forum: .NET
Topic: How to redraw circles drawn using custom drawing?
Replies: 4
Views: 9424

How to redraw circles drawn using custom drawing?

Hi, I have 10 fast line series. In each of the series, if there is a null value then i am drawing one custom circle to show the start and end of the null values. Now, from legend control, when i am unchecking the series - means making the series as invisible, the series goes off but the circles rema...