Class FinancialDataFields
Defines the financial data fields. They are:
High - Represents the highest price in the stocks over time.
Low - Represents the lowest price in the stocks over time.
Open - Represents the opening price in the stocks over time.
Close - Represents the closing price in the stocks over time.
Inheritance
System.Object
FinancialDataFields
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class FinancialDataFields : Enum
Fields
Close
Declaration
public const FinancialDataFields Close
Field Value
High
Declaration
public const FinancialDataFields High
Field Value
Low
Declaration
public const FinancialDataFields Low
Field Value
Open
Declaration
public const FinancialDataFields Open
Field Value