menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FinancialDataFields - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved