The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information....



AnnoMode


Unit: SDL_smithct
Class: TSmithChart
Declaration: property AnnoMode: boolean;

The property AnnoMode controls whether any drawing procedures fill the annotation container or the data container. You should think of the annotation layer as an extra drawing layer which is independent of the data layers. Setting AnnoMode to TRUE activates the annotation layer, which means that all drawing statements are stored in the annotation layer until the AnnoMode is set to FALSE again. AnnoMode is FALSE, by default.

The following methods support the annotation mode:

DrawTo
Ellipse
Line
MarkAt
MoveTo
Rectangle
RectangleRelPix
Text


Last Update: 2023-Dec-13