menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class DrawType

    Defines the rendering mode of heatmap. The following are the available rendering modes. SVG - Heatmap is rendered using SVG element. Canvas - Heatmap is rendered using Canvas element. Auto - Automatically switches the rendering mode based on number of records in the data source.

    Inheritance
    System.Object
    DrawType
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public sealed class DrawType : Enum

    Fields

    Auto

    Declaration
    public const DrawType Auto
    Field Value
    Type
    DrawType

    Canvas

    Declaration
    public const DrawType Canvas
    Field Value
    Type
    DrawType

    SVG

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