Specifies a style for markers.
Marker Style
Visual Basic (Declaration) | |
---|---|
Public Enum MarkerStyle Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public enum MarkerStyle : Enum |
Member | Description |
---|---|
None |
No marker is displayed for the series/data point. Marker disabled |
Square |
A square marker is displayed. The marker style is Square |
Circle |
A circular marker is displayed. The marker style is Circle |
Diamond |
A diamond-shaped marker is displayed. The marker style is Diamond |
Triangle |
A triangular marker is displayed. The marker style is Triangle |
Cross |
A cross-shaped marker is displayed. The marker style is Cross |
Star4 | A 4-point star-shaped marker is displayed. A 4 point star-shaped marker is displayed. The marker style is 4 corner star |
Star5 |
A 5-point star-shaped marker is displayed. The marker style is 5 corner star |
Star6 |
A 6-point star-shaped marker is displayed. The marker style is 6 corner star |
Star10 |
A 10-point star-shaped marker is displayed. The marker style is 10 corner star |
The MarkerStyle enumeration represents a style that is used by a series/data point marker(s), and is used in conjunction with the MarkerStyle property.
System.Object
System.ValueType
System.Enum
Dundas.Charting.WebControl.MarkerStyle
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family