ActiveReports 12
MapLegendMarkerStyle Enumeration

GrapeCity.ActiveReports.Extensibility.v12 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace : MapLegendMarkerStyle Enumeration
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

Reference

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace