Returns or sets the fill style of the caption in the object.
Object.CaptionFillStyle [ = enCaptionFillStyle ]
The CaptionFillStyle property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
enCaptionFillStyle |
enumAChartFillStyle |
An integer specifying the predefined fill style of the caption on the object. This property can be set at design time and is read-only at run time. |
enumAChartFillStyle can be one of the following:
Name |
Value |
Description |
achtFillStyleNone |
0 |
No fill is drawn. |
achtFillStyleSolid |
1 * |
Solid Fill |
achtFillStyleVertical |
2 |
Vertical Fill |
achtFillStyleHorizontal |
3 |
Horizontal Fill |
achtFillStyleAngle |
4 |
Angle Fill |
achtFillStylePicture |
5 |
Picture Fill |
The following statement changes the AChart's caption to have an angle fill style:
cht1.CaptionFillStyle=achtFillStyleAngle
Caption, CaptionBorderStyle, CaptionFillColor, CaptionFillStyle, CaptionFont, CaptionForeColor, CaptionHeight, CaptionLeft, CaptionPicture, CaptionTop, CaptionWidth, Style