Jump to content
Software FX Community

Re: Annotation


Software FX

Recommended Posts

You must first import the Annotation objects library by doing: 

TLIBIMP AnnotateX.DLL

Then, include the generated AnnotateX_TLB in your uses.

After, you do this, you will have a class called AnnotationX that you can

use as described in the help files. For instance, you can do:

VAR

Annot: AnnotationX;

BEGIN

Annot := AnnotationX(ChartFX1.GetExtension('AnnotationX.AnnList'));

Annot.Remove(-1);

...

Frank

SFX

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...