Class HeatMapAxisLabelBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapAxisLabelBorderBuilder
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 HeatMapAxisLabelBorderBuilder : ControlBuilder
Constructors
HeatMapAxisLabelBorderBuilder()
Declaration
public HeatMapAxisLabelBorderBuilder()
HeatMapAxisLabelBorderBuilder(HeatMapAxisLabelBorder)
Declaration
public HeatMapAxisLabelBorderBuilder(HeatMapAxisLabelBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| HeatMapAxisLabelBorder | model |
Methods
Color(String)
Sets and gets the color of the border that accepts value in hex value and rgba as a valid CSS color string.
Declaration
public HeatMapAxisLabelBorderBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| HeatMapAxisLabelBorderBuilder |
Type(BorderType)
Specifies the type of the border for the axis labels. The following are the available types. Rectangle Without Top Border Without Top/Bottom Border Without Border Without Bottom Border Brace
Declaration
public HeatMapAxisLabelBorderBuilder Type(BorderType value)
Parameters
| Type | Name | Description |
|---|---|---|
| BorderType | value |
Returns
| Type |
|---|
| HeatMapAxisLabelBorderBuilder |
Width(Double)
Specifies the width of the border in pixels.
Declaration
public HeatMapAxisLabelBorderBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| HeatMapAxisLabelBorderBuilder |