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
Assembly: Syncfusion.EJ2.dll
Syntax
public sealed class DrawType : Enum
Fields
Auto
Declaration
public const DrawType Auto
Field Value
Canvas
Declaration
public const DrawType Canvas
Field Value
SVG
Declaration
public const DrawType SVG
Field Value
value__
Declaration
Field Value
Type |
Description |
System.Int32 |
|