TiPlotAnnotationObject.PenColor
TiPlotAnnotationObject See Also
Specifies the pen color used when drawing the annotation object.
property PenColor : TColor;
Description
Use PenColor to get or set the pen color used when drawing the annotation
object. This property has no effect when the Style is set to Text.
Example
Delphi
iComponent.Annotation[0].PenColor := clWhite;
C++ Builder
iComponent->Annotation[0]->PenColor = clWhite;
Contents | Index | Previous | Next