This documentation is archived and is not being maintained.
DataFormula Methods
Visual Studio 2010
The DataFormula type exposes the following members.
| Name | Description | |
|---|---|---|
|
CopySeriesValues | 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.) |
|
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
|
FinancialFormula(FinancialFormula, String) | Calls a method from a formula module with the specified formula name and input series name(s). |
|
FinancialFormula(FinancialFormula, Series) | Calls a method from a formula module with the specified formula name and input 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, Series, Series) | Calls a method from a formula module with the specified formula name, input series and output series. |
|
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). |
|
FinancialFormula(FinancialFormula, String, Series, Series) | Calls a method from a formula module with the specified formula name, formula parameters, input series and output series. |
|
GetHashCode | Serves as a hash function for a particular type. (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.) |
Show: