Blazor

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

    Show / Hide Table of Contents

    Class DrawType

    specify the rendering mode SVG - Heat map is render using SVG draw mode. Canvas - Heat map is render using Canvas draw mode. Auto - Automatically switch the draw mode based on number of records in data source.

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

    Fields

    Auto

    Defines the draw type is SVG.

    Declaration
    public const DrawType Auto
    Field Value
    Type Description
    DrawType

    Canvas

    Defines the draw type is canvas.

    Declaration
    public const DrawType Canvas
    Field Value
    Type Description
    DrawType

    SVG

    Defines the draw type is SVG.

    Declaration
    public const DrawType SVG
    Field Value
    Type Description
    DrawType

    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