Class FormulaTitle
Represent the formula chart title. This type of title holds a formula which refers to the actual 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 class FormulaTitle : Title
Constructors
FormulaTitle(FormulaChartData)
Initializes a new instance of the FormulaTitle class.
Declaration
public FormulaTitle(FormulaChartData formulaChartData)
Parameters
FormulaChartData
formulaChartData
|
Properties
Formula
Gets the formula referring to the actual title.
Declaration
public FormulaChartData Formula { get; }
Property Value
FormulaChartData
|
TitleType
Gets the type of the title.
Declaration
public override TitleType TitleType { get; }
Property Value
TitleType
|
Overrides
Methods
Clone()
Creates a deep copy of the object.
Declaration
public override Title Clone()
Returns
Title
The deep copy of the object. |