menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class FinancialDataFields - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class FinancialDataFields

    Defines the financial data fields. They are: 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.

    Inheritance
    System.Object
    FinancialDataFields
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class FinancialDataFields : Enum

    Fields

    Close

    Declaration
    public const FinancialDataFields Close
    Field Value
    Type
    FinancialDataFields

    High

    Declaration
    public const FinancialDataFields High
    Field Value
    Type
    FinancialDataFields

    Low

    Declaration
    public const FinancialDataFields Low
    Field Value
    Type
    FinancialDataFields

    Open

    Declaration
    public const FinancialDataFields Open
    Field Value
    Type
    FinancialDataFields
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved