Class HeatMap
Inheritance
System.Object
HeatMap
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Assembly: Syncfusion.EJ.Web.dll
Syntax
public class HeatMap : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
HeatMap()
Declaration
Properties
ClientSideEvents
Declaration
public ClientSideHeatMapEvents ClientSideEvents { get; set; }
Property Value
ColorMappingCollection
Declaration
public List<HeatMapColorMapping> ColorMappingCollection { get; set; }
Property Value
DefaultColumnStyle
Declaration
public ColumnStyle DefaultColumnStyle { get; set; }
Property Value
EnableRTL
Declaration
public bool EnableRTL { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
public bool EnableTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableVirtualization
Declaration
public bool EnableVirtualization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HeatMapCell
Declaration
public HeatMapCellOptions HeatMapCell { get; set; }
Property Value
Height
Declaration
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
IsResponsive
Declaration
public bool IsResponsive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemsMapping
Declaration
public ItemsMapping ItemsMapping { get; set; }
Property Value
ItemsSource
Declaration
public Collection ItemsSource { get; set; }
Property Value
LegendCollection
Declaration
public List<string> LegendCollection { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Model
Declaration
public HeatMapProperties Model { get; set; }
Property Value
Declaration
public HeatMapTooltipSettings TooltipSettings { get; set; }
Property Value
Width
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
DependentScripts()
Declaration
public List<string> DependentScripts()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
GetDependentFiles()
Declaration
public override List<string> GetDependentFiles()
Returns
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Overrides
Render()
Declaration
Returns
Type |
Description |
System.String |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type |
Name |
Description |
System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService