Class GraphTitle
Represents a title for the graph.
Inherited Members
Namespace: Telerik.Reporting
Assembly: Telerik.Reporting.dll
Syntax
public class GraphTitle : GraphItem, IGraphTitle, IGraphItem
Constructors
GraphTitle()
Declaration
public GraphTitle()
Properties
Position
Specifies the position of GraphTitle.
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. |