ForegroundEdgeStyle Property

Specifies the foreground edge style of the Chart.

Syntax

object.ForegroundEdgeStyle [= enumEdgeStyle]

Properties

The ForegroundEdgeStyle property syntax has these parts:

Part

Description

object

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

enumEdgeStyle

The edge style to display.

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