This documentation is archived and is not being maintained.
DataFormula Class
Visual Studio 2010
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.
System::Object
System.Windows.Forms.DataVisualization.Charting::DataFormula
System.Windows.Forms.DataVisualization.Charting::DataManipulator
System.Windows.Forms.DataVisualization.Charting::DataFormula
System.Windows.Forms.DataVisualization.Charting::DataManipulator
Assembly: System.Windows.Forms.DataVisualization (in System.Windows.Forms.DataVisualization.dll)
The DataFormula type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsEmptyPointIgnored | Gets or sets a flag that indicates whether empty points are ignored while performing calculations; otherwise, empty points are treated as zeroes. |
![]() | 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 | 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, String) | Calls a method from a formula module with the specified formula name and input series. |
![]() | FinancialFormula(FinancialFormula, Series) | Calls a method from a formula module with the specified name and input 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, Series, Series) | Calls a method from a formula module with the specified name, 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. |
![]() | FinancialFormula(FinancialFormula, String, Series, Series) | This method calls a method from a formula module with the specified formula name and parameters, using the specified input 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.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
