MapLegend
Class
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
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; }
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; }