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 |