GraphTitle
Class
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
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; }
A string started with "=" is interpreted as an expression to calculate the real data, otherwise - literal string. Supports embedded expressions also.