ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / MarkerShape Enumeration

In This Topic
    MarkerShape Enumeration
    In This Topic
    Enumerates the marker shapes.
    Syntax
    'Declaration
     
    Public Enum MarkerShape 
       Inherits System.Enum
    public enum MarkerShape : System.Enum 
    Members
    MemberDescription
    Circle 
    Diamond 
    None 
    Square 
    Star 
    Triangle 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.Maps.MarkerShape

    See Also