ontsjc
Technical User
- May 17, 2000
- 113
I'm using ChartFX 98 to create some graphs and wish to use it's annotation extension. The problem is that all examples are in Visual Basic and I'm having trouble converting between the two. How do I translate the following visual basic example into something that I can understand. I haven't done alot of this and always seem to get lost along the way.
AnnotX= ChartFX1.AddExtension "AnnotationX.AnnList"
Dim r As AnnText
Set r = AnnotX.Add(OBJECT_TYPE_TEXT)
r.Text = "My Label"
r.Top = 50
r.Left = 50
Thanks for any help anyone can give me.
AnnotX= ChartFX1.AddExtension "AnnotationX.AnnList"
Dim r As AnnText
Set r = AnnotX.Add(OBJECT_TYPE_TEXT)
r.Text = "My Label"
r.Top = 50
r.Left = 50
Thanks for any help anyone can give me.