FrameBorderStyle Property (AChart)

Returns or sets the border style of the chart frame in the object.

Syntax

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.

Where

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.

Example

The following statement changes the AChart's frame to have a thick sunken border style:

cht1.FrameBorderStyle=achtBorderStyleThickSunken

Applies to

AChart

See Also

FrameFillColor, FrameFillStyle, FrameHeight, FrameLeft, FramePicture, FrameTop, FrameWidth, Style