Class FormulaTitle
Holds a chart title defined by a formula that references data and resolves to text, updating when the referenced value changes.
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public class FormulaTitle : Title
Constructors
FormulaTitle(FormulaChartData)
Create a new FormulaTitle bound to formula-based title data.
Declaration
public FormulaTitle(FormulaChartData formulaChartData)
Parameters
|
FormulaChartData
formulaChartData
|
Properties
Formula
Gets the formula data that resolves to the displayed title text.
Declaration
public FormulaChartData Formula { get; }
Property Value
|
FormulaChartData
|
TitleType
Gets the discriminator indicating this title is formula-based.
Declaration
public override TitleType TitleType { get; }
Property Value
|
TitleType
|
Overrides
Methods
Clone()
Creates a deep copy of this title and returns a new instance with an independent formula.
Declaration
public override Title Clone()
Returns
|
Title
The deep copy of the object. |