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

In This Topic
    LegendItemKind Enumeration
    In This Topic
    Specifies the kind of a legend item.
    Syntax
    'Declaration
     
    Public Enum LegendItemKind 
       Inherits System.Enum
    public enum LegendItemKind : System.Enum 
    Members
    MemberDescription
    ColorSwatch 
    KML 
    Line 
    None 
    Point 
    Text 
    Inheritance Hierarchy

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

    See Also