ClassFormulaTitle
Class
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
Constructors
FormulaTitle(FormulaChartData)
Create a new FormulaTitle bound to formula-based title data.
Declaration
cs-api-definition
public FormulaTitle(FormulaChartData formulaChartData)
Parameters
formulaChartData
Properties
Formula
Gets the formula data that resolves to the displayed title text.
Declaration
cs-api-definition
public FormulaChartData Formula { get; }
Property Value