Enum FinancialDataFields
Defines the financial data fields 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
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public enum FinancialDataFields
Fields
Name | Description |
---|---|
Close | |
High | |
Low | |
Open |