New to Telerik ReportingStart a free 30-day trial

Specifies the legend for the map.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapLegend : MapItem

Inheritance: objectReportObjectMapItemMapLegend

Inherited Members MapItem.BoundsMapItem.LocationMapItem.SizeMapItem.TopMapItem.LeftMapItem.WidthMapItem.HeightMapItem.StyleMapItem.IsInsidePlotAreaReportObject.ToString(string[])...

Constructors

C#
public MapLegend()

Properties

Specifies the position of the MapLegend.

C#
public GraphItemPosition Position { get; set; }

Title

string

Specifies the text for the legend's title.

C#
public string Title { get; set; }
Property Value:

A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.

Specifies the Style for the legend's title.

C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style TitleStyle { get; }