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