User (Legacy) Posted January 18, 2000 Report Share Posted January 18, 2000 I have used the following code. I know it is working to some extent because I get the toolbar. However the text is not showing on the graph. set AnnotX=Server.CreateObject("AnnotationX.AnnList") Chart1a.AddExtension AnnotX Set Obj=AnnotX.Add(Object_type_text) Obj.text="testing testing testing" Obj.left=50 Obj.top=50 Link to comment Share on other sites More sharing options...
User (Legacy) Posted January 18, 2000 Author Report Share Posted January 18, 2000 I have used the following code. I know it is working to some extent because I get the toolbar. However the text is not showing on the graph. set AnnotX=Server.CreateObject("AnnotationX.AnnList") Chart1a.AddExtension AnnotX Set Obj=AnnotX.Add(Object_type_text) Obj.text="testing testing testing" Obj.left=50 Obj.top=50 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.