ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / MapLegendMarkerStyle Enumeration

In This Topic
    MapLegendMarkerStyle Enumeration
    In This Topic
    Specifies the style for legend rendering.
    Syntax
    'Declaration
     
    Public Enum MapLegendMarkerStyle 
       Inherits System.Enum
    public enum MapLegendMarkerStyle : System.Enum 
    Members
    MemberDescription
    CircleA circle-shaped marker is used.
    DiamondA diamond-shaped marker is used.
    ImageAn image marker is used.
    LineA line-shaped marker is used.
    NoneNo marker is used.
    PentagonA pentagon-shaped marker is used.
    PushPinA pushpin-shaped marker is used.
    RectangleA rectangle-shaped marker is used.
    SquareA square-shaped marker is used.
    StarA star-shaped marker is used.
    TrapezoidA trapezoid-shaped marker is used.
    TriangleA triangle-shaped marker is used.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.MapLegendMarkerStyle

    See Also