Class FinancialDataFields
Specifies the financial data fields.
Inheritance
System.Object
FinancialDataFields
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class FinancialDataFields : Enum
Fields
Close
Defines to the closing price in the stocks over time.
Declaration
public const FinancialDataFields Close
Field Value
Type |
---|
FinancialDataFields |
High
Defines to the highest price in the stocks over time.
Declaration
public const FinancialDataFields High
Field Value
Type |
---|
FinancialDataFields |
Low
Defines to the lowest price in the stocks over time.
Declaration
public const FinancialDataFields Low
Field Value
Type |
---|
FinancialDataFields |
Open
Defines to the opening price in the stocks over time.
Declaration
public const FinancialDataFields Open
Field Value
Type |
---|
FinancialDataFields |