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