Class TextBlockTitle
Chart title text container properties
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Charting
Assembly: Telerik.WinControls.RadChart.dll
Syntax
public class TextBlockTitle : TextBlock, IChartingStateManagedItem, IChartingStateManager, IOrdering
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.
|