ActiveReports 12
MarkerStyle Enumeration

GrapeCity.ActiveReports.Chart.v12 Assembly > GrapeCity.ActiveReports.Chart Namespace : MarkerStyle Enumeration
Specifies the shape of the marker.
Syntax
'Declaration
 
Public Enum MarkerStyle 
   Inherits System.Enum
public enum MarkerStyle : System.Enum 
Members
MemberDescription
CircleA circle shape is displayed.
CrossAn X-like cross shape is displayed.
DiamondA diamond shape is displayed.
InvTriangleAn inverted triangle shape is displayed.
NoneNo shape is displayed.
PointA dot shape is displayed.
PyramidA pyramid shape is displayed.
SquareA square shape is displayed.
TriangleA triangle shape is displayed.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Chart.MarkerStyle

See Also

Reference

GrapeCity.ActiveReports.Chart Namespace