menu

ASP.NET Web Forms

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

    Show / Hide Table of Contents

    Class HeatMapLegendPropertiesBuilder

    Inheritance
    System.Object
    HeatMapLegendPropertiesBuilder
    Implements
    IPropertiesBuilder
    System.Web.IHtmlString
    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()
    Namespace: Syncfusion.JavaScript.DataVisualization.Builders
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class HeatMapLegendPropertiesBuilder : IPropertiesBuilder, IHtmlString

    Constructors

    HeatMapLegendPropertiesBuilder()

    Declaration
    public HeatMapLegendPropertiesBuilder()

    HeatMapLegendPropertiesBuilder(HeatMapLegend)

    Declaration
    public HeatMapLegendPropertiesBuilder(HeatMapLegend HeatMapLegend)
    Parameters
    Type Name Description
    HeatMapLegend HeatMapLegend

    Fields

    HeatMapLegend

    Declaration
    public HeatMapLegend HeatMapLegend
    Field Value
    Type Description
    HeatMapLegend

    Methods

    Height(String)

    Declaration
    public HeatMapLegendPropertiesBuilder Height(string height)
    Parameters
    Type Name Description
    System.String height
    Returns
    Type Description
    HeatMapLegendPropertiesBuilder

    Render()

    Declaration
    public void Render()

    ToHtmlString()

    Declaration
    public string ToHtmlString()
    Returns
    Type Description
    System.String

    Width(String)

    Declaration
    public HeatMapLegendPropertiesBuilder Width(string width)
    Parameters
    Type Name Description
    System.String width
    Returns
    Type Description
    HeatMapLegendPropertiesBuilder

    Implements

    IPropertiesBuilder
    System.Web.IHtmlString
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved