ClassFormulaChartData
Class
Chart data backed by a spreadsheet-like formula that references external cells or ranges for values.
Definition
Namespace:Telerik.Windows.Documents.Model.Drawing.Charts
Assembly:Telerik.Windows.Documents.Core.dll
Syntax:
cs-api-definition
public abstract class FormulaChartData : IChartData
Inheritance: objectFormulaChartData
Derived Classes:
Implements:
Constructors
FormulaChartData(string)
Create a new instance that uses a formula reference to supply chart values.
Declaration
cs-api-definition
protected FormulaChartData(string formula)
Parameters
formula
The formula which refers to the chart data.
Properties
ChartDataType
Gets the chart data kind, identifying this instance as formula-backed data.
Declaration
cs-api-definition
public ChartDataType ChartDataType { get; }
Property Value
Implements
Methods
Clone()
Create a deep copy of this chart data instance.
Declaration
cs-api-definition
public abstract IChartData Clone()
Returns
The deep copy of the object.
Implements