Version

MarkerStyle Enumeration

Constants which determine the style of the markers displayed by line charts.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also