| Client-Side API Reference > FinancialChart > wijmo.chart.finance > DataFields Enum |
| Name | Value | Description |
|---|---|---|
| Close | 0 |
Close values are used for calculations. |
| High | 1 |
High values are used for calculations. |
| Low | 2 |
Low values are used for calculations. |
| Open | 3 |
Open values are used for calculations. |
| HighLow | 4 |
High-Low method is used for calculations. DataFields.HighLow is currently not supported with Renko chart types. |
| HL2 | 5 |
Average of high and low values is used for calculations. |
| HLC3 | 6 |
Average of high, low, and close values is used for calculations. |
| HLOC4 | 7 |
Average of high, low, open, and close values is used for calculations. |
Specifies which fields are to be used for calculation. Applies to Renko and Kagi chart types.