ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Bullet Namespace / MarkerShape Enumeration

In This Topic
    MarkerShape Enumeration
    In This Topic
    Specifies the marker shape to use in a bullet chart.
    Syntax
    'Declaration
     
    Public Enum MarkerShape 
       Inherits System.Enum
    public enum MarkerShape : System.Enum 
    Members
    MemberDescription
    DotSpecifies a dot marker.
    LineSpecifies a line marker.
    SquareSpecifies a square marker.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Rendering.Components.Bullet.MarkerShape

    See Also