Search found 13 matches

by Arthur Dunn
Mon May 28, 2012 5:10 am
Forum: .NET
Topic: CursorTool issue with TeeChart May 2012 release
Replies: 7
Views: 8200

Re: CursorTool issue with TeeChart May 2012 release

Hi Sandra,

Thanks for you reply.
We desperately waited for a different fix [TF02016114], in this release. But because of this new problem we are pushed to make use of the old TeeChart version for our release. Is there any chance, that a hot fix can be provided for this issue as early as possible ?
by Arthur Dunn
Thu May 24, 2012 6:12 am
Forum: .NET
Topic: CursorTool issue with TeeChart May 2012 release
Replies: 7
Views: 8200

Re: CursorTool issue with TeeChart May 2012 release

Hi Sandra, Here is the modified code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Steema.TeeChart.Tools; namespace SampleTrend { public partial class Form...
by Arthur Dunn
Tue May 22, 2012 3:43 pm
Forum: .NET
Topic: CursorTool issue with TeeChart May 2012 release
Replies: 7
Views: 8200

Re: CursorTool issue with TeeChart May 2012 release

To Add to this, using custom mouse cursors in code is also not working. This was also working fine in earlier version. Because of this the whole behavior of our application is getting affected now. Don't what else is missing from the previous version.
by Arthur Dunn
Tue May 22, 2012 3:30 pm
Forum: .NET
Topic: CursorTool issue with TeeChart May 2012 release
Replies: 7
Views: 8200

CursorTool issue with TeeChart May 2012 release

Hi, I'm noticing a strange behavior in TeeChart 2012 (May release), when using CursorTool. If we set the XValue property from code, the CursorTool_Change event is not getting fired. This was working fine in earlier releases and now this is creating a lot of problems in our existing code after upgrad...
by Arthur Dunn
Wed May 09, 2012 8:33 am
Forum: .NET
Topic: ColorBand paints outside the chart panel
Replies: 5
Views: 6047

Re: ColorBand paints outside the chart panel

Hi, I'm bit curious to know how far you are away from a fix for this issue. It has been two months now since your last release and we are expecting a service release now as mentioned in your previous reply. Just wanted to check if anything is planned before this month end, as this bug is a critical ...
by Arthur Dunn
Mon Apr 23, 2012 11:13 am
Forum: .NET
Topic: Issue with AxisBreaksTool
Replies: 3
Views: 4212

Re: Issue with AxisBreaksTool

Hi Narcis,

Thanks for your reply. Will I be notified, in case this bug is fixed in the upcoming release ?
by Arthur Dunn
Sun Apr 22, 2012 3:41 pm
Forum: .NET
Topic: Issue with AxisBreaksTool
Replies: 3
Views: 4212

Issue with AxisBreaksTool

Hi, I'm trying to use the AxisBreaksTool to hide a particular area on the chart. i.e., particular range of values on the Y-Axis. But the tChart1.Axes.Left.CalcPosPoint() method malfunctions after adding an AxisBreak. Here is the sample code for your reference. using System; using System.Collections....
by Arthur Dunn
Thu Apr 05, 2012 5:48 am
Forum: .NET
Topic: Smart Labels for DateTime Axis
Replies: 3
Views: 4882

Re: Smart Labels for DateTime Axis

Thanks for the code Sandra. This sounds good for me. But to be more specific, what I noticed with the TeeChart is, if we assign string.Empty to DateTimeFormat, then it automatically adjusts the labels from date to time when zoomed in or when the chart time range changes. We are looking for something...
by Arthur Dunn
Tue Apr 03, 2012 1:32 pm
Forum: .NET
Topic: Smart Labels for DateTime Axis
Replies: 3
Views: 4882

Smart Labels for DateTime Axis

Hi, In our application, we are assigning DateTime values to the XAxis. When the date range spans across years, we want the labels to display only year value, like 2000, 2001, 2002, 2003 etc., When the date range spans across months, we want the labels like Apr, May, June, July etc., When the date ra...
by Arthur Dunn
Thu Mar 29, 2012 5:17 am
Forum: .NET
Topic: ColorBand paints outside the chart panel
Replies: 5
Views: 6047

Re: ColorBand paints outside the chart panel

Hi Sandra,

Thanks for your reply.
Is there any tentative date scheduled for the next maintenance release of TeeChart ?
by Arthur Dunn
Wed Mar 28, 2012 1:42 pm
Forum: .NET
Topic: ColorBand paints outside the chart panel
Replies: 5
Views: 6047

ColorBand paints outside the chart panel

Hi, I'm using TeeChart 2011. In that I'm trying to highlight a region on the chart using the ColorBand tool. But what I noticed is, when the ColorBand tool is placed over the Left Axis, it gets stretched little bit outside the Right side Panel of the TeeChart. That too gets overpainted on the Right ...
by Arthur Dunn
Mon Jan 23, 2012 6:36 am
Forum: .NET
Topic: Performance of ImagePoint Series : TeeChart 2011
Replies: 3
Views: 4722

Re: Performance of ImagePoint Series : TeeChart 2011

Thanks for your reply Sandra. But minimizing the X-axis range as given here does mean that at any point of time the chart displays only 1000 points in total. Unfortunately that is not our requirement. The X-axis range should display all of the data. User would zoom in and look into those points for ...
by Arthur Dunn
Mon Dec 19, 2011 5:02 am
Forum: .NET
Topic: Performance of ImagePoint Series : TeeChart 2011
Replies: 3
Views: 4722

Performance of ImagePoint Series : TeeChart 2011

Hi, I'm trying to display custom images as pointers in TeeChart 2011. I'm able to achieve that using ImagePoint series. But the performance of the same is an issue here. When there are above 2000 points on the chart, the chart becomes sluggish. Trying to zoom or moving the cursor on the chart is rea...