Class FormulaChartData
Represents formula chart data. This type of chart data holds a formula which refers to the actual data.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Model.Drawing.Charts
Assembly: Telerik.Windows.Documents.Core.dll
Syntax
public abstract class FormulaChartData : IChartData
Constructors
FormulaChartData(String)
Initializes a new instance of the Formula
Declaration
protected FormulaChartData(string formula)
Parameters
System. The formula which refers to the chart data. |
Properties
ChartDataType
Gets the type of chart data.
Declaration
public ChartDataType ChartDataType { get; }
Property Value
Implements
Formula
Gets the formula which refers to the chart data.
Declaration
public string Formula { get; }
Property Value
System.
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public abstract IChartData Clone()
Returns
IChart The deep copy of the object. |