SpreadsheetGear 2023
MarkerStyle Enumeration


SpreadsheetGear.Charts Namespace : MarkerStyle Enumeration
Specifies the marker style.
Syntax
'Declaration
 
Public Enum MarkerStyle 
   Inherits System.Enum
'Usage
 
Dim instance As MarkerStyle
public enum MarkerStyle : System.Enum 
Members
MemberDescription
AutomaticMarker style is automatically determined by the series.
CircleMarker style circle.
DashMarker style dash.
DiamondMarker style diamond.
DotMarker style dot.
NoneNo marker.
PlusMarker style plus.
SquareMarker style square.
StarMarker style star.
TriangleMarker style triangle.
XMarker style X.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SpreadsheetGear.Charts.MarkerStyle

Requirements

Target Platforms: Windows 7, 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

Reference

SpreadsheetGear.Charts Namespace