MarkerStyle Enum

Definition

Specifies a style for markers.

C#
public enum MarkerStyle
Inheritance
MarkerStyle

Fields

Name Value Description
None 0

No marker is displayed for the series or data point.

Square 1

A square marker is displayed.

Circle 2

A circular marker is displayed.

Diamond 3

A diamond-shaped marker is displayed.

Triangle 4

A triangular marker is displayed.

Cross 5

A cross-shaped marker is displayed.

Star4 6

A 4-point star-shaped marker is displayed.

Star5 7

A 5-point star-shaped marker is displayed.

Star6 8

A 6-point star-shaped marker is displayed.

Star10 9

A 10-point star-shaped marker is displayed.

Remarks

The MarkerStyle enumeration represents a style that is used for a series or data point marker. It is used in conjunction with the MarkerStyle property.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1