Class ChartLabelBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartLabelBorderBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartLabelBorderBuilder : ControlBuilder
Constructors
ChartLabelBorderBuilder()
Declaration
public ChartLabelBorderBuilder()
ChartLabelBorderBuilder(ChartLabelBorder)
Declaration
public ChartLabelBorderBuilder(ChartLabelBorder model)
Parameters
Methods
Color(String)
The color of the border, which accepts values in hex and rgba as valid CSS color strings.
Declaration
public ChartLabelBorderBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Type(BorderType)
Specifies the border type for the labels.
The available types include:
Rectangle
Without Top Border
Without Top and Bottom Border
Without Border
Brace
Curly Brace
Declaration
public ChartLabelBorderBuilder Type(BorderType value)
Parameters
Returns
Width(Double)
The width
property specifies the thickness of the border in pixels.
Declaration
public ChartLabelBorderBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns