Enum FinancialDataFields
Specifies the financial data fields.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum FinancialDataFields
Fields
| Name | Description |
|---|---|
| Close | Closing price in the stocks over time. |
| High | Highest price in the stocks over time. |
| Low | Lowest price in the stocks over time. |
| Open | Opening price in the stocks over time. |