[]
        
(Showing Draft Content)

C1.Chart.Finance.DataFields

DataFields Enum

Specifies which fields are to be used for calculation. Applies to Renko and Kagi chart types.

Namespace: C1.Chart.Finance
Assembly: C1.WPF.FinancialChart.4.6.2.dll
Syntax
public enum DataFields

Fields

Name Description
Close

Close values are used for calculations.

HL2

Average of high and low values is used for calculations.

HLC3

Average of high, low, and close values is used for calculations.

HLOC4

Average of high, low, open, and close values is used for calculations.

High

High values are used for calculations.

HighLow

High-Low method is used for calculations. DataFields.HighLow is currently not supported with Renko chart types.

Low

Low values are used for calculations.

Open

Open values are used for calculations.