Class
GraphTitle

Represents a title for the graph.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GraphTitle : GraphItem

Inheritance: objectReportObjectGraphItemGraphTitle

Inherited Members GraphItem.BoundsGraphItem.LocationGraphItem.SizeGraphItem.TopGraphItem.LeftGraphItem.WidthGraphItem.HeightGraphItem.StyleGraphItem.IsInsidePlotAreaReportObject.ToString(string[])

Constructors

GraphTitle()

Declaration

cs-api-definition
public GraphTitle()

Properties

Position

Specifies the position of GraphTitle.

Declaration

cs-api-definition
public GraphItemPosition Position { get; set; }

Property Value

GraphItemPosition

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.