menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ValueType - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ValueType

    Specifies the type of axis.

    Inheritance
    System.Object
    ValueType
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ValueType : Enum

    Fields

    Category

    Renders a category axis.

    Declaration
    public const ValueType Category
    Field Value
    Type
    ValueType

    DateTime

    Renders a datetime axis.

    Declaration
    public const ValueType DateTime
    Field Value
    Type
    ValueType

    DateTimeCategory

    Renders a datetime category axis.

    Declaration
    public const ValueType DateTimeCategory
    Field Value
    Type
    ValueType

    Double

    Renders a numeric axis.

    Declaration
    public const ValueType Double
    Field Value
    Type
    ValueType

    Logarithmic

    Renders a logarithmic axis.

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