GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / MarkerStyle Enumeration


MarkerStyle Enumeration
Represents the marker style for a point or series in a line chart, scatter chart, or radar chart.
Syntax
'Declaration
 
Public Enum MarkerStyle 
   Inherits System.Enum
 
'Usage
 
Dim instance As MarkerStyle
Members
MemberDescription
AutomaticAutomatic markers.
CircleCircular markers.
DashLong bar markers.
DiamondDiamond-shaped markers.
DotShort bar markers.
NoneNo markers.
PicturePicture markers.
PlusSquare markers with a plus sign.
SquareSquare markers.
StarSquare markers with an asterisk.
TriangleTriangular markers.
XSquare markers with an X.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Charts.MarkerStyle

See Also