menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class HeatMapBubbleSizeBuilder - API Reference

    Show / Hide Table of Contents

    Class HeatMapBubbleSizeBuilder

    Inheritance
    System.Object
    ControlBuilder
    HeatMapBubbleSizeBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.HeatMap
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class HeatMapBubbleSizeBuilder : ControlBuilder

    Constructors

    HeatMapBubbleSizeBuilder()

    Declaration
    public HeatMapBubbleSizeBuilder()

    HeatMapBubbleSizeBuilder(HeatMapBubbleSize)

    Declaration
    public HeatMapBubbleSizeBuilder(HeatMapBubbleSize model)
    Parameters
    Type Name Description
    HeatMapBubbleSize model

    Methods

    Maximum(String)

    Specifies the maximum radius value of the cell in percentage.

    Declaration
    public HeatMapBubbleSizeBuilder Maximum(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    HeatMapBubbleSizeBuilder

    Minimum(String)

    Specifies the minimum radius value of the cell in percentage.

    Declaration
    public HeatMapBubbleSizeBuilder Minimum(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    HeatMapBubbleSizeBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved