TiPlotComponent.AnnotationDefaultPenColor
TiPlotComponent See Also
Specifies the pen color used when drawing the annotation object.
property AnnotationDefaultPenColor : TColor;
Description
Use AnnotationDefaultPenColor to get or set the default pen color used when
creating annotation objects.
To modify the individual Pen Color of a particular Annotation after creation,
see the PenColor property of a specific Annotation Object.
Example
Delphi
iComponent.AnnotationDefaultPenColor := clWhite;
C++ Builder
iComponent->AnnotationDefaultPenColor = clWhite;
Contents | Index | Previous | Next