DataFormula Class
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.
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
System.Windows.Forms.DataVisualization.Charting::DataFormula
System.Windows.Forms.DataVisualization.Charting::DataManipulator
| Name | Description | |
|---|---|---|
![]() | DataFormula() | Initializes a new instance of the DataFormula class. |
| Name | Description | |
|---|---|---|
![]() | 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 "rolling average" from zero. |
![]() | Statistics | Gets a reference to the StatisticFormula class. |
| Name | Description | |
|---|---|---|
![]() | CopySeriesValues(String^, String^) | Copies a series or the specific X or Y value. |
![]() | 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, 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 and output series. |
![]() | FinancialFormula(FinancialFormula, String^) | Calls a method from a formula module with the specified formula name and input series. |
![]() | FinancialFormula(FinancialFormula, String^, Series^, Series^) | Calls a method from a formula module with the specified formula name and parameters, using the specified input and output series. |
![]() | FinancialFormula(FinancialFormula, String^, String^) | Calls a method from a formula module with the specified formula name, and the names of the input and output series. |
![]() | FinancialFormula(FinancialFormula, String^, String^, String^) | Calls a method from a formula module with the specified formula name and parameters, and the names of the input and output series. |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 4.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


