Class
TextTitle

Defines a chart title with fixed text content for scenarios where the caption does not come from data.

Definition

Namespace:Telerik.Windows.Documents.Model.Drawing.Charts

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public class TextTitle : Title

Inheritance: objectTitleTextTitle

Constructors

TextTitle(string)

Create a new TextTitle with the specified literal text.

Declaration

cs-api-definition
public TextTitle(string text)

Parameters

text

string

Properties

Text

Gets the caption text displayed as the chart title.

Declaration

cs-api-definition
public string Text { get; }

Property Value

string

TitleType

Gets the discriminator indicating this title uses literal text.

Declaration

cs-api-definition
public override TitleType TitleType { get; }

Property Value

TitleType

Overrides Title.TitleType

Methods

Clone()

Creates a deep copy of this title and returns a new instance with the same text.

Declaration

cs-api-definition
public override Title Clone()

Returns

Title

The deep copy of the object.

Overrides Title.Clone()