Steema.TeeChart.Styles.Points problem with hint text
Posted: Fri Jun 02, 2006 10:30 am
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]
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]