ClassTitle
Class
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:
Constructors
Title()
Initialize shared title behavior used by concrete chart title implementations.
Declaration
cs-api-definition
protected Title()