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

In This Topic
    LegendLayerStyleItem.GraphicKindEnum Enumeration
    In This Topic
    Specifies the kind of graphic shown by a legend item.
    Syntax
    'Declaration
     
    Public Enum LegendLayerStyleItem.GraphicKindEnum 
       Inherits System.Enum
    public enum LegendLayerStyleItem.GraphicKindEnum : System.Enum 
    Members
    MemberDescription
    LineThe graphic is a line.
    PointThe graphic is a point marker.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.Maps.LegendLayerStyleItem.GraphicKindEnum

    See Also