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 double - 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

    Renders a category axis.

    Declaration
    public const ValueType Category
    Field Value
    Type Description
    ValueType

    DateTime

    Renders a dateTime axis.

    Declaration
    public const ValueType DateTime
    Field Value
    Type Description
    ValueType

    Numeric

    Renders 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 - 2021 Syncfusion Inc. All Rights Reserved