ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegend Class
Properties

In This Topic
    MapLegend Class Members
    In This Topic

    The following tables list the members exposed by MapLegend.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the MapLegend class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets text will not be autosized to fit in the legend area. An expression should evaluate to a System.Boolean.  
    Public PropertyGets or sets legend items should be equally spaced. An expression should evaluate to a System.Boolean.  
    Public PropertyGets or sets legend rows should use interlaced colors. An expression should evaluate to a System.Boolean.  
    Public PropertyThe background color to use for interlaced legend rows. The default value is LightGray.  
    Public PropertyThe arrangement of labels within the legend. That evaluates to one of MapLegend.LegendLayout. The default value is MapLegend.LegendLayout.AutoTable.  
    Public PropertyTitle displays in the legend.  
    Public PropertyMinimum size for autosized legend text. An expression should evaluate to a Length. The default value is 7pt.  
    Public PropertyName of the legend.  
    Public PropertyNumber of characters after which the legend text wraps. An expression should evaluate to a System.Int32. The default value is 25.  
    Top
    See Also