Class
FormulaTitle

Holds a chart title defined by a formula that references data and resolves to text, updating when the referenced value changes.

Definition

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

Assembly:Telerik.Windows.Documents.Core.dll

Syntax:

cs-api-definition
public class FormulaTitle : Title

Inheritance: objectTitleFormulaTitle

Constructors

FormulaTitle(FormulaChartData)

Create a new FormulaTitle bound to formula-based title data.

Declaration

cs-api-definition
public FormulaTitle(FormulaChartData formulaChartData)

Parameters

formulaChartData

FormulaChartData

Properties

Formula

Gets the formula data that resolves to the displayed title text.

Declaration

cs-api-definition
public FormulaChartData Formula { get; }

Property Value

FormulaChartData

TitleType

Gets the discriminator indicating this title is formula-based.

Declaration

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

Property Value

TitleType

Overrides Title.TitleType

Methods

Clone()

Creates a deep copy of this title and returns a new instance with an independent formula.

Declaration

cs-api-definition
public override Title Clone()

Returns

Title

The deep copy of the object.

Overrides Title.Clone()