DataFormula Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides properties and methods to prepare series data for technical analysis, apply formulas on the series data and prepare output data to be displayed as a chart. The actual calculations are performed in the StatisticFormula class.
public ref class DataFormula
public class DataFormula
type DataFormula = class
Public Class DataFormula
- Inheritance
-
DataFormula
- Derived
Constructors
DataFormula() |
Initializes a new instance of the DataFormula class. |
Properties
IsEmptyPointIgnored |
Gets or sets a flag that indicates whether empty points are ignored while performing calculations. |
IsStartFromFirst |
Gets or sets a flag that indicates whether to start formulas such as a rolling average from zero. |
Statistics |
Returns a reference to the StatisticFormula class. |
Methods
CopySeriesValues(String, String) |
Merges, splits or moves Y values in the series. |
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
FinancialFormula(FinancialFormula, Series) |
Calls a method from a formula module with the specified formula name and input series. |
FinancialFormula(FinancialFormula, Series, Series) |
Calls a method from a formula module with the specified formula name, input series and output series. |
FinancialFormula(FinancialFormula, String) |
Calls a method from a formula module with the specified formula name and input series name(s). |
FinancialFormula(FinancialFormula, String, Series, Series) |
Calls a method from a formula module with the specified formula name, formula parameters, input series and output series. |
FinancialFormula(FinancialFormula, String, String) |
Calls a method from a formula module with the specified formula name, input series name(s) and output series name(s). |
FinancialFormula(FinancialFormula, String, String, String) |
Calls a method from a formula module with the specified formula name, formula parameters, input series name(s) and output series name(s). |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |