Class HeatMapProperties
Inheritance
System.Object
HeatMapProperties
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Syncfusion.EJ.dll
Syntax
public class HeatMapProperties : EJTagHelper
Constructors
HeatMapProperties()
Declaration
public HeatMapProperties()
Properties
CellMouseEnter
Declaration
[JsonProperty("cellMouseEnter")]
public string CellMouseEnter { get; set; }
Property Value
Type |
Description |
System.String |
|
CellMouseLeave
Declaration
[JsonProperty("cellMouseLeave")]
public string CellMouseLeave { get; set; }
Property Value
Type |
Description |
System.String |
|
CellMouseOver
Declaration
[JsonProperty("cellMouseOver")]
public string CellMouseOver { get; set; }
Property Value
Type |
Description |
System.String |
|
CellSelected
Declaration
[JsonProperty("cellSelected")]
public string CellSelected { get; set; }
Property Value
Type |
Description |
System.String |
|
ColorMappingCollection
Declaration
[JsonProperty("colorMappingCollection")]
public List<HeatMapColorMapping> ColorMappingCollection { get; set; }
Property Value
Create
Declaration
[JsonProperty("create")]
public string Create { get; set; }
Property Value
Type |
Description |
System.String |
|
DefaultColumnStyle
Declaration
[JsonProperty("defaultColumnStyle")]
public ColumnStyle DefaultColumnStyle { get; set; }
Property Value
Destroy
Declaration
[JsonProperty("destroy")]
public string Destroy { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableRTL
Declaration
[JsonProperty("enableRTL")]
public bool EnableRTL { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Declaration
[JsonProperty("enableTooltip")]
public bool EnableTooltip { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
EnableVirtualization
Declaration
[JsonProperty("enableVirtualization")]
public bool EnableVirtualization { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
HeatMapCell
Declaration
[JsonProperty("heatMapCell")]
public HeatMapCellOptions HeatMapCell { get; set; }
Property Value
Height
Declaration
[JsonProperty("height")]
public string Height { get; set; }
Property Value
Type |
Description |
System.String |
|
IsResponsive
Declaration
[JsonProperty("isResponsive")]
public bool IsResponsive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ItemsMapping
Declaration
[JsonProperty("itemsMapping")]
public ItemsMapping ItemsMapping { get; set; }
Property Value
ItemsSource
Declaration
[JsonProperty("itemsSource")]
public Collection ItemsSource { get; set; }
Property Value
LegendCollection
Declaration
[JsonProperty("legendCollection")]
public List<string> LegendCollection { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
Declaration
[JsonProperty("tooltipSettings")]
public HeatMapTooltipSettings TooltipSettings { get; set; }
Property Value
Width
Declaration
[JsonProperty("width")]
public string Width { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
GetControlDetails()
Declaration
protected override object GetControlDetails()
Returns
Type |
Description |
System.Object |
|
Overrides