ActiveReports 8
MapLegendMarkerStyle Enumeration
See Also 
GrapeCity.ActiveReports.Extensibility.v8 Assembly > GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace : MapLegendMarkerStyle Enumeration

Glossary Item Box

Specifies the style for legend rendering.

Syntax

Visual Basic (Declaration) 
Public Enum MapLegendMarkerStyle 
   Inherits System.Enum
C# 
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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also