New to Telerik ReportingStart a free 30-day trial

Represents a title for the graph.

Definition

Namespace:Telerik.Reporting

Assembly:Telerik.Reporting.dll

Syntax:

C#
[AIAssistantDescription("Graph title element. Set Text for the display string and Position for placement (default: TopCenter). Style controls font, color, and formatting.")]
[TypeConverter(typeof(ExpandableObjectConverter))]
public class GraphTitle : GraphItem

Inheritance: objectReportObjectGraphItemGraphTitle

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

Constructors

C#
public GraphTitle()

Properties

Specifies the position of GraphTitle.

C#
public GraphItemPosition Position { get; set; }

Text

string

Specifies the text for the title.

C#
public string Text { get; set; }
Property Value:

A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.