Class MapLegend
Specifies the legend for the map.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class MapLegend : MapItem, IGraphLegend, IGraphItem, IGraphLegendTitle
Constructors
MapLegend()
Declaration
public MapLegend()
Properties
Position
Specifies the position of the MapLegend.
Declaration
public GraphItemPosition Position { get; set; }
Property Value
GraphItemPosition
|
Title
Specifies the text for the legend's title.
Declaration
public string Title { get; set; }
Property Value
System.String
A System.String started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also. |