Class TextTitle
Represents the text chart title. This type of title holds a text literal to be used as title.
Inherited Members
System.Object.ToString()
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.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class TextTitle : Title
Constructors
TextTitle(String)
Initializes a new instance of the TextTitle class.
Declaration
public TextTitle(string text)
Parameters
System.String
text
|
Properties
Text
Gets the text of the title.
Declaration
public string Text { get; }
Property Value
System.String
|
TitleType
Gets the type of the title.
Declaration
public override TitleType TitleType { get; }
Property Value
TitleType
|
Overrides
Methods
Clone()
Creates a deep copy of the object.
Declaration
public override Title Clone()
Returns
Title
The deep copy of the object. |