MarkerStyle Property

Specifies the style to use as markers on the trend lines when the UseMarker property is set to True.

Syntax

object.MarkerStyle [= enumMarkerStyle]

Properties

The MarkerStyle property syntax has these parts:

Part

Description

object

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

enumMarkerStyle

The marker style.

Settings

The settings for enumMarkerStyle are:

Constant

Value

Description

NoMarker

0

Display no markers.

RectangleMarker

1

Display rectangles as markers.

OvalMarker

2

Display ovals as markers.

DiamondMarker

3

Display diamonds as markers.

CharacterMarker

4

Display the character specified in the MarkerChar property as markers.

 

Applies To