menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class RangeValueType

    Specifies the data types that the axis can handle: 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. 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
    RangeValueType
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class RangeValueType : Enum

    Fields

    DateTime

    Declaration
    public const RangeValueType DateTime
    Field Value
    Type
    RangeValueType

    DateTimeCategory

    Declaration
    public const RangeValueType DateTimeCategory
    Field Value
    Type
    RangeValueType

    Double

    Declaration
    public const RangeValueType Double
    Field Value
    Type
    RangeValueType

    Logarithmic

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