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 FormulaChartData class.
Declaration
protected FormulaChartData(string formula)
Parameters
System.String
formula
The formula which refers to the chart data. |
Properties
ChartDataType
Gets the type of chart data.
Declaration
public ChartDataType ChartDataType { get; }
Property Value
ChartDataType
|
Implements
Formula
Gets the formula which refers to the chart data.
Declaration
public string Formula { get; }
Property Value
System.String
|
Methods
Clone()
Creates a deep copy of the object.
Declaration
public abstract IChartData Clone()
Returns
IChartData
The deep copy of the object. |