TiPlotComponent.AnnotationDefaultPenWidth
TiPlotComponent See Also
Specifies the default pen width used when creating annotation objects.
property AnnotationDefaultPenWidth : Integer;
Description
Use AnnotationDefaultPenWidth to get or set the default pen width used when
creating annotation objects.
To modify the individual Pen Width of a particular Annotation after creation,
see the PenWidth property of a specific Annotation Object.
Example
Delphi
iComponent.AnnotationDefaultPenWidth := 2;
C++ Builder
iComponent->AnnotationDefaultPenWidth = 2;
Contents | Index | Previous | Next