TiPlotComponent.AnnotationDefaultBrushColor

TiPlotComponent See Also

Specifies the default brush color used when creating annotation objects.

property AnnotationDefaultBrushColor : TColor;

Description

Use AnnotationDefaultBrushColor to get or set the default brush color used when creating annotation objects.

To modify the individual Brush Color of a particular Annotation after creation, see the BrushColor property of a specific Annotation Object.

Example

Delphi

iComponent.AnnotationDefaultBrushColor := clWhite;

C++ Builder

iComponent->AnnotationDefaultBrushColor = clWhite;

Contents | Index | Previous | Next