[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLegend

MapLegend Class

Defines a legend to be drawn within a map

Inheritance
MapLegend
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapLegend : MapDockableSubItem

Constructors

Name Description
MapLegend()

Initializes a new instance of the MapLegend class.

Properties

Name Description
AutoFitTextDisabled

Gets or sets text will not be autosized to fit in the legend area. An expression should evaluate to a bool.

EquallySpacedItems

Gets or sets legend items should be equally spaced. An expression should evaluate to a bool.

InterlacedRows

Gets or sets legend rows should use interlaced colors. An expression should evaluate to a bool.

InterlacedRowsColor

The background color to use for interlaced legend rows. The default value is LightGray.

Layout

The arrangement of labels within the legend. That evaluates to one of MapLegend.LegendLayout. The default value is GrapeCity.ActiveReports.PageReportModel.MapLegend.LegendLayout.AutoTable.

MapLegendTitle

Title displays in the legend.

MinFontSize

Minimum size for autosized legend text. An expression should evaluate to a Length. The default value is 7pt.

Name

Name of the legend.

TextWrapThreshold

Number of characters after which the legend text wraps. An expression should evaluate to a int. The default value is 25.

Extension Methods