ComponentOne FinancialChart for WPF
DataFields Enumeration



C1.Chart.Finance Namespace : DataFields Enumeration
Specifies which fields are to be used for calculation. Applies to Renko and Kagi chart types.
Syntax
'Declaration
 
Public Enum DataFields 
   Inherits System.Enum
'Usage
 
Dim instance As DataFields
public enum DataFields : System.Enum 
public enum class DataFields : public System.Enum 
Members
MemberDescription
CloseClose values are used for calculations.
HighHigh values are used for calculations.
HighLowHigh-Low method is used for calculations. DataFields.HighLow is currently not supported with Renko chart types.
HL2Average of high and low values is used for calculations.
HLC3Average of high, low, and close values is used for calculations.
HLOC4Average of high, low, open, and close values is used for calculations.
LowLow values are used for calculations.
OpenOpen values are used for calculations.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Chart.Finance.DataFields

See Also

Reference

C1.Chart.Finance Namespace