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.... |
Home ChartPack RChart Class TSmithChart Properties AnnoMode | |||||||
See also: Annotations, AnnoContainer, AnnoBelowChart, AnnoTextOnTop, AnnoLongText (SmithChart) | |||||||
AnnoMode |
|||||||
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
|