BackgroundEdgeStyle Property

Specifies the Chart object's background edge style.

Syntax

object.BackgroundEdgeStyle [= enumEdgeStyle]

Properties

The BackgroundEdgeStyle property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumEdgeStyle

The style to display for the background edge.

Settings

The settings for enumEdgeStyle are:

Constant

Value

Description

EdgeStyleSolid

0

Solid.

EdgeStyleDash

1

Dash.

EdgeStyleDot

2

Dot.

EdgeStyleDashDot

3

Dash-Dot.

EdgeStyleDashDotDot

4

Dash-Dot-Dot.

EdgeStyleNone

5

No border.

EdgeStyleInsideFrame

6

Inside Frame.

 

Applies To