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
Closing price in the stocks over time.
Declaration
public const FinancialDataFields Close
Field Value
Type |
---|
FinancialDataFields |
High
Highest price in the stocks over time.
Declaration
public const FinancialDataFields High
Field Value
Type |
---|
FinancialDataFields |
Low
Lowest price in the stocks over time.
Declaration
public const FinancialDataFields Low
Field Value
Type |
---|
FinancialDataFields |
Open
Opening price in the stocks over time.
Declaration
public const FinancialDataFields Open
Field Value
Type |
---|
FinancialDataFields |