menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapLegendProperties

    Show / Hide Table of Contents

    Class HeatMapLegendProperties

    Inheritance
    System.Object
    EJTagHelper
    HeatMapLegendProperties
    Inherited Members
    EJTagHelper.GetControlDetails(String)
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization.Models
    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
    Type Description
    System.Collections.Generic.List<HeatMapColorMapping>

    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
    [JsonProperty("legendMode")]
    [JsonConverter(typeof(StringEnumConverter))]
    public HeatMapLegendMode LegendMode { get; set; }
    Property Value
    Type Description
    HeatMapLegendMode

    Orientation

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("orientation")]
    public HeatMapLegendOrientation Orientation { get; set; }
    Property Value
    Type Description
    HeatMapLegendOrientation

    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
    EJTagHelper.GetControlDetails()
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved