menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ValueType

    Specifies the data types that the axis can handle. They are: Double: This type is used for rendering a numeric axis to accommodate numeric data. DateTime: This type is utilized for rendering a date-time axis to manage date-time data. Category: This type is employed for rendering a category axis to manage categorical data. Logarithmic: This type is applied for rendering a logarithmic axis to handle a wide range of values. DateTimeCategory: This type is used to render a date time category axis for managing business days.

    Inheritance
    System.Object
    ValueType
    Namespace: Syncfusion.EJ2.Charts
    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

    DateTimeCategory

    Declaration
    public const ValueType DateTimeCategory
    Field Value
    Type
    ValueType

    Double

    Declaration
    public const ValueType Double
    Field Value
    Type
    ValueType

    Logarithmic

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