MarkerStyle
Enum
Specifies the available marker shapes for plotting data points.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
C#
public enum MarkerStyle
Fields
Lets the chart choose the marker based on series type or theme.
C#
Auto = 0
A circular marker.
C#
Circle = 1
A short line (dash) marker.
C#
Dash = 2
A diamond-shaped marker.
C#
Diamond = 3
A small dot marker.
C#
Dot = 4
Disables markers for the series.
C#
None = 5
A plus symbol marker.
C#
Plus = 6
A square marker.
C#
Square = 7
A star-shaped marker.
C#
Star = 8
A triangle marker.
C#
Triangle = 9
An “X” symbol marker.
C#
X = 10