Class HeatMapBubbleSizeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapBubbleSizeBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.HeatMap
Assembly: Syncfusion.AspNetMvc.HeatMap.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 |
|---|
| 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 |
|---|
| HeatMapBubbleSizeBuilder |