Class
Title

Base type for chart titles, providing a common contract for title kind and cloning behavior.

Definition

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

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public abstract class Title

Inheritance: objectTitle

Derived Classes: FormulaTitleTextTitle

Constructors

Title()

Initialize shared title behavior used by concrete chart title implementations.

Declaration

cs-api-definition
protected Title()

Properties

TitleType

Gets the kind of title this instance represents.

Declaration

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

Property Value

TitleType

Methods

Clone()

Creates a deep copy of this title and returns a new instance.

Declaration

cs-api-definition
public abstract Title Clone()

Returns

Title

The deep copy of the object.