Class
MapLegend

Specifies the legend for the map.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapLegend : MapItem

Inheritance: objectReportObjectMapItemMapLegend

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

Constructors

MapLegend()

Declaration

cs-api-definition
public MapLegend()

Properties

Position

Specifies the position of the MapLegend.

Declaration

cs-api-definition
public GraphItemPosition Position { get; set; }

Property Value

GraphItemPosition

Title

Specifies the text for the legend's title.

Declaration

cs-api-definition
public string Title { get; set; }

Property Value

string

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

TitleStyle

Specifies the Style for the legend's title.

Declaration

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public Style TitleStyle { get; }

Property Value

Style