FrameFillStyle Property (AChart)

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

Syntax

Object.FrameFillStyle [ = enFrameFillStyle ]

The FrameFillStyle property syntax has the following parts:

 

Name

Type

Description

Object

AChart

AChart control

enFrameFillStyle

enumAChartFillStyle

An integer specifying the predefined fill style of the chart frame on the object.

Where

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 Image Fill

Example

The following statement changes the AChart's chart frame to have an horizontal fill style:

cht1.FrameFillStyle=achtFillStyleHorizontal

Applies to

AChart

See Also

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