Jump to content
Software FX Community

RE: Annotation


Software FX

Recommended Posts

Please replace Object_type_text with 6 and make sure you provide a width and height 

set AnnotX=Server.CreateObject("AnnotationX.AnnList")

Chart1a.AddExtension AnnotX

Set Obj=AnnotX.Add(6)

Obj.text="testing testing testing"

Obj.left=50

Obj.top=50

Obj.Width=200

Obj.Height=40

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of Margaret Barrett

Posted At: Tuesday, January 18, 2000 5:05 PM

Posted To: Server

Conversation: Annotation

Subject: Annotation

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

Please replace Object_type_text with 6 and make sure you provide a width and height 

set AnnotX=Server.CreateObject("AnnotationX.AnnList")

Chart1a.AddExtension AnnotX

Set Obj=AnnotX.Add(6)

Obj.text="testing testing testing"

Obj.left=50

Obj.top=50

Obj.Width=200

Obj.Height=40

Regards,

Juan Cegarra

Software FX, Inc.

http://support.softwarefx.com

-----Original Message-----

From: CfxIE4B On Behalf Of Margaret Barrett

Posted At: Tuesday, January 18, 2000 5:05 PM

Posted To: Server

Conversation: Annotation

Subject: Annotation

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...