Page 1 of 1

Steema.TeeChart.Styles.Points problem with hint text

Posted: Fri Jun 02, 2006 10:30 am
by 8120359
Hi,

I have a problem in following code in TeeChart for .Net v1 (1.0.1452.42972)

Steema.TeeChart.Styles.Points eventPoints = new Steema.TeeChart.Styles.Points();
eventPoints.CustomHorizAxis = eventXAxis;
myTeeChart.Series.Add(eventPoints);
eventPoints.Pointer.Pen.Visible = false;
eventPoints.Add(X0, Y0 * Ydiv, markTipText);

When above code is used within a loop to add multiple points, the hint text for the first series gets drawn into the canvas and is visible behind the evenpoint icon. When ColorGrid is drawn it covers that text.[/img]

Posted: Fri Jun 02, 2006 10:52 am
by narcis
Hi HQO,

I'm not able to reproduce the problem here. Could you please try using the latest TeeChart for .NET v1 version at our Customer Download Area and if the problem persists send us an example we can run "as-is" to reproduce the problem here?

You can post your files at news://www.steema.net/steema.public.attachments newsgroup.

Thanks in advance.

Posted: Mon Jun 12, 2006 1:06 pm
by 8120359
Hi,

What version should I try? We are still on VS2002, so only version what I can see in the download area is dated back to July 2004, the other ones are for VS 2003 or VS 2005, or does some of those run also with VS 2002?

Posted: Tue Jun 13, 2006 10:31 am
by narcis
Hi HQO,

Yes, you are right, we will try to arrange a VS2002 release during this week.