Class TextTitle
Defines a chart title with fixed text content for scenarios where the caption does not come from data.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class TextTitle : Title
Constructors
TextTitle(String)
Create a new TextTitle with the specified literal text.
Declaration
public TextTitle(string text)
Parameters
|
System.String
text
|
Properties
Text
Gets the caption text displayed as the chart title.
Declaration
public string Text { get; }
Property Value
|
System.String
|
TitleType
Gets the discriminator indicating this title uses literal text.
Declaration
public override TitleType TitleType { get; }
Property Value
|
TitleType
|
Overrides
Methods
Clone()
Creates a deep copy of this title and returns a new instance with the same text.
Declaration
public override Title Clone()
Returns
|
Title
The deep copy of the object. |