[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapLegend

IMapLegend Interface

Represents the map legend rendering settings.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IMapLegend : IMapDockableSubItem, IMapSubItem

Properties

Name Description
AutoFitText

Gets a value indicating whether text will be autosized to fit in the map legend area.

Caption

Gets the caption for the title of a map legend.

EquallySpacedItems

Gets a value indicating whether legend items are equally spaced in the map legend.

InterlacedRows

Gets a value indicating whether the legend rows will use interlaced colors.

InterlacedRowsColor

Gets the color of the interlaced rows in the map legend.

LegendItems

Gets the collection of legend subitems.

LegendLayout

Gets the arrangement of labels in a map legend.

MinFontSize

Gets the minimum font size for the auto-sizing algorithm of the map legend text.

Name

Gets the RDL name of the legend item.

TextWrapThreshold

Gets the number of characters after which to wrap the legend text in the map legend.

TitleSeparator

Gets the style of the separator between the legend title and legend body.

TitleSeparatorColor

Gets the color of the separator between the legend title and legend body.

TitleStyle

Gets the map caption rendering style.

Extension Methods