Class MapTitle
Represents a title for the map
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class MapTitle : MapItem, IGraphTitle, IGraphItem
Constructors
MapTitle()
Declaration
public MapTitle()
Properties
Position
Specifies the position of MapTitle.
Declaration
public GraphItemPosition Position { get; set; }
Property Value
GraphItemPosition
|
Text
Specifies the text for the title.
Declaration
public string Text { 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. |