Class HeatMapAxisLabelBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
HeatMapAxisLabelBorderBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class HeatMapAxisLabelBorderBuilder : ControlBuilder
Constructors
HeatMapAxisLabelBorderBuilder()
Declaration
public HeatMapAxisLabelBorderBuilder()
HeatMapAxisLabelBorderBuilder(HeatMapAxisLabelBorder)
Declaration
public HeatMapAxisLabelBorderBuilder(HeatMapAxisLabelBorder model)
Parameters
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(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
Returns
Width(Double)
Specifies the width of the border in pixels.
Declaration
public HeatMapAxisLabelBorderBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns