ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / MarkerStyle Enumeration

In This Topic
    MarkerStyle Enumeration
    In This Topic
    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