Class TextBlockTitle
Chart title text container properties
Inherited Members
Namespace: Telerik.Reporting.Charting
Assembly: Telerik.Reporting.dll
Syntax
public class TextBlockTitle : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering, IDisposable
Constructors
TextBlockTitle()
Create new instance of TextBlockTitle class.
Declaration
public TextBlockTitle()
TextBlockTitle(ChartTitle, IContainer)
Create new instance of TextBlockTitle class.
Declaration
public TextBlockTitle(ChartTitle parent, IContainer container)
Parameters
Chart Parent element |
IContainer
container
Container element |
Properties
Text
Contained text data
Declaration
public override string Text { get; set; }
Property Value
System.
|