Returns or sets a value that determines if the SeriesMarker object assigns the next available marker to all data points in the series.
Syntax
object.Auto [ = boolean]
The Auto property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that controls how markers are assigned, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | (Default) The SeriesMarker object assigns the marker. |
False | You can assign a custom marker. |
Remarks
Set this property to False if you wish to change the series marker type.
This property is automatically set to False if the Marker property of the DataPoint object is set.