Class HeatMapLegendProperties
Inheritance
System.Object
HeatMapLegendProperties
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 HeatMapLegendProperties : EJTagHelper
Constructors
HeatMapLegendProperties()
Declaration
public HeatMapLegendProperties()
Properties
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 |
|
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 |
|
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 |
|
LegendMode
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("legendMode")]
public HeatMapLegendMode LegendMode { get; set; }
Property Value
Orientation
Declaration
[JsonProperty("orientation")]
[JsonConverter(typeof(StringEnumConverter))]
public HeatMapLegendOrientation Orientation { get; set; }
Property Value
ShowLabel
Declaration
[JsonProperty("showLabel")]
public bool ShowLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
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