I am using XY line Chart ,my requirement is that I want to assign Point lables for specific XY points .
This is just a sample Code
Code: Select all
For i = 0 To 10
If pointlabel <> vbNullString Then
TChart2.Series(0).AddXY i + 4, i + 3, PointLabe, clTeeColor
Else
TChart2.Series(0).AddXY i + 2, i + 5, "", clTeeColor
End If
Next
is it possible that i directly send the sample project to Steema support Team.
VB .0
Windows Xp
TeeChart Pro 7
kindly help me in this regard