Blazor

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

    Show / Hide Table of Contents

    Class ValueType

    Defines the type of axis. They are

    • Numeric:Renders a numeric axis.
    • DateTime:Renders a dateTime axis.
    • Category:Renders a category axis.
    Inheritance
    System.Object
    ValueType
    Namespace: Syncfusion.Blazor.HeatMap
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public sealed class ValueType : Enum

    Fields

    Category

    Defines a category axis.

    Declaration
    public const ValueType Category
    Field Value
    Type Description
    ValueType

    DateTime

    Defines a dateTime axis.

    Declaration
    public const ValueType DateTime
    Field Value
    Type Description
    ValueType

    Numeric

    Defines a numeric axis.

    Declaration
    public const ValueType Numeric
    Field Value
    Type Description
    ValueType

    value__

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