Class Title
Represents a base class for the classes representing a title in the chart.
Inheritance
System.Object
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 abstract class Title
Constructors
Title()
Declaration
protected Title()
Properties
TitleType
Gets the type of the title.
Declaration
public abstract TitleType TitleType { get; }
Property Value
TitleType
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public abstract Title Clone()
Returns
Title
The deep copy of the object. |