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

Glossary Item Box

The arrangement of labels within the legend.

Syntax

Visual Basic (Declaration) 
Public Enum MapLegendLayout 
   Inherits System.Enum
C# 
public enum MapLegendLayout : System.Enum 

Members

MemberDescription
AutoTableAutoarrange labels to fit
ColumnArrange labels in a column
RowArrange labels in a row
TallTableArrange labels in a tall table
WideTableArrange labels in a wide table

Inheritance Hierarchy

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

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