Version

MarkerStyle Enumeration

Constants which determine the style of the markers displayed by line charts.
Syntax
'Declaration
 
Public Enum MarkerStyle 
   Inherits System.Enum
public enum MarkerStyle : System.Enum 
Members
MemberDescription
AutomaticThe marker style is determined automatically.
CircleThe marker is circular.
DashThe marker is a dash.
DiamondThe marker is diamond-shaped.
DotThe marker is a dot or bullet.
NoneNo marker is displayed.
PictureThe marker appears as a picture.
PlusThe marker appears as a plus sign (+).
SquareThe marker appears as a square.
StarThe marker appears as a star.
TriangleThe marker appears as a triangle.
XThe marker appears as an 'X'
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also