menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class ValueType

    Defines the type of the data to be handled in the axis. The available types are Numeric - Renders a numeric axis. DateTime - Renders a axis that handles date and time. Category - Renders a axis that renders user provided labels.

    Inheritance
    System.Object
    ValueType
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class ValueType : Enum

    Fields

    Category

    Declaration
    public const ValueType Category
    Field Value
    Type
    ValueType

    DateTime

    Declaration
    public const ValueType DateTime
    Field Value
    Type
    ValueType

    Numeric

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