menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class FinancialDataFields

    Defines the financial data fields 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 Description
    FinancialDataFields

    High

    Declaration
    public const FinancialDataFields High
    Field Value
    Type Description
    FinancialDataFields

    Low

    Declaration
    public const FinancialDataFields Low
    Field Value
    Type Description
    FinancialDataFields

    Open

    Declaration
    public const FinancialDataFields Open
    Field Value
    Type Description
    FinancialDataFields

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved