[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapLegendTitle

MapLegendTitle Class

Defines a title for a map legend

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

Constructors

Name Description
MapLegendTitle()

Initializes a new instance of the MapLegendTitle class.

Properties

Name Description
Caption

Caption of the title. An expression should evaluate to a string.

Style

Gets or sets style properties for the title. Each of the properties of type Color support transparency.

TitleSeparator

Gets or sets what type of separator to use for the legend title. That evaluates to one of MapLegendTitle.LegendTitleSeparator. The default value is None.

TitleSeparatorColor

Gets or sets the color for the title separator. The default value is Gray

Extension Methods