Software FX Posted November 1, 1999 Report Share Posted November 1, 1999 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.