ClassMapTitle
Class
Represents a title for the map
Definition
Namespace:Telerik.Reporting
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class MapTitle : MapItem
Inheritance: objectReportObjectMapItemMapTitle
Inherited Members
Constructors
MapTitle()
Declaration
cs-api-definition
public MapTitle()
Properties
Position
Specifies the position of MapTitle.
Declaration
cs-api-definition
public GraphItemPosition Position { get; set; }
Property Value
Text
Specifies the text for the title.
Declaration
cs-api-definition
public string Text { 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.