Returns or sets the border style of the chart frame in the object.
Object.FrameBorderStyle [ = enBorderStyle ]
The FrameBorderStyle property syntax has the following parts:
Name |
Type |
Description |
Object |
AChart |
AChart control |
enBorderStyle |
enumAChartBorderStyle |
An integer specifying the predefined style of the chart frame on the object. |
enumAChartBorderStyle can be one of the following:
Name |
Value |
Description |
achtBorderStyleNone |
0 * |
No border is drawn. |
achtBorderStyleSingle |
1 |
Single border. |
achtBorderStyleRaised |
2 |
Raisded border. |
achtBorderStyleThickRaised |
3 |
Thick raised border. |
achtBorderStyleSunken |
4 |
Sunken border. |
achtBorderStyleThickSunken |
5 |
Thick sunken border. |
The following statement changes the AChart's frame to have a thick sunken border style:
cht1.FrameBorderStyle=achtBorderStyleThickSunken
FrameFillColor, FrameFillStyle, FrameHeight, FrameLeft, FramePicture, FrameTop, FrameWidth, Style