Class HeatMapLegend
Inheritance
System.Object
HeatMapLegend
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 HeatMapLegend : CommonDataBoundControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
HeatMapLegend()
Declaration
Properties
ClientSideEvents
Declaration
public ClientSideHeatMapLegendEvents ClientSideEvents { get; set; }
Property Value
Type |
Description |
ClientSideHeatMapLegendEvents |
|
ColorMappingCollection
Declaration
public List<HeatMapColorMapping> ColorMappingCollection { get; set; }
Property Value
EnableRTL
Declaration
public bool EnableRTL { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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 |
|
LegendMode
Declaration
public HeatMapLegendMode LegendMode { get; set; }
Property Value
Model
Declaration
public HeatMapLegendProperties Model { get; set; }
Property Value
Orientation
Declaration
public HeatMapLegendOrientation Orientation { get; set; }
Property Value
ShowLabel
Declaration
public bool ShowLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Width
Declaration
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
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