Enum MarkerStyle
Represents the possible marker styles.
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public enum MarkerStyle
Auto
Represents the automatic marker.
Circle
Represents the circle marker.
Dash
Represents the dash marker.
Diamond
Represents the diamond marker.
Dot
Represents the dot marker.
None
Represents no marker.
Plus
Represents the plus marker.
Square
Represents the square marker.
Star
Represents the star marker.
Triangle
Represents the triangle marker.
X
Represents the x marker.