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

In This Topic
    MapLegendLayout Enumeration
    In This Topic
    The arrangement of labels within the legend.
    Syntax
    'Declaration
     
    Public Enum MapLegendLayout 
       Inherits System.Enum
    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

    See Also