TextBlockTitle
Class
Chart title text container properties
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
C#
[TypeConverter(typeof(ExpandableObjectConverter))]
public class TextBlockTitle : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
Inheritance: objectStateManagedObjectRenderedObjectLayoutElementTextBlockTextBlockTitle...
Implements:
Inherited Members
Constructors
Create new instance of TextBlockTitle class.
C#
public TextBlockTitle()
Create new instance of TextBlockTitle class.
C#
public TextBlockTitle(ChartTitle parent, IContainer container)
Parent element
containerIContainerContainer element
Properties
Text
string
Contained text data
C#
[PersistenceMode(PersistenceMode.Attribute)]
public override string Text { get; set; }
Overrides: