The mark Tips has a bug:
1) create a Tchart, Add a serie (point)
2) Add Mark Tips tool with Style: Labels X and Y
3) run the project
4) add a point to the serie
5) Move the mouse to that point and Teechart Display label X twice.
Angelo
New bug in Mark Tips
Hi Angelo,
which TeeChart version are you using ? I cannot reproduce it here using the following code (and neither adding the Series and Tool at designtime) :
which TeeChart version are you using ? I cannot reproduce it here using the following code (and neither adding the Series and Tool at designtime) :
Code: Select all
Private Sub Command1_Click()
TChart1.Series(0).AddXY 0, 10, "label1", clTeeColor
End Sub
Private Sub Form_Load()
With TChart1
.AddSeries scPoint
.Tools.Add tcMarksTip
.Tools.Items(0).asMarksTip.Style = smsXY
End With
End Sub
Pep Jorge
http://support.steema.com
http://support.steema.com
Hi Angelo,
Are you able to reproduce the problem adding the tool and series at runtime ? Is so which code are you using ?
There's not a LabelXLabelY style, maybe you refer to the smsLabelValue ?The problem is that it is not displaying the Label X and label Y , but label X twice.
Are you able to reproduce the problem adding the tool and series at runtime ? Is so which code are you using ?
Pep Jorge
http://support.steema.com
http://support.steema.com