Table of Contents

Enum ChartMarkerSymbol

Namespace
DocWright.Dom
Assembly
DocWright.Dom.dll

The symbol a line or scatter series draws at each point (c:marker/c:symbol).

public enum ChartMarkerSymbol

Fields

Automatic = 0

Office's automatic symbol for the series' ordinal.

None = 1

No marker.

Circle = 2

A filled circle.

Dash = 3

A short horizontal dash.

Diamond = 4

A diamond.

Dot = 5

A dot.

Picture = 6

A picture, drawn here as a square.

Plus = 7

A plus sign.

Square = 8

A square.

Star = 9

A six-armed star.

Triangle = 10

A triangle pointing up.

X = 11

A diagonal cross.

Remarks

Automatic is what a series that states no symbol draws: Office cycles diamond, square, triangle, x, star, circle, plus, dash by series ordinal, at 9 points in a package with no theme part and 5 points in one with a theme — measured with Excel's chart engine, which Word shares, and against Word's export of the corpus charts.