Class ChartLabelBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartLabelBorderBuilder
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.Charts
Assembly: Syncfusion.AspNetMvc.Charts.dll
Syntax
public class ChartLabelBorderBuilder : ControlBuilder
Constructors
ChartLabelBorderBuilder()
Declaration
public ChartLabelBorderBuilder()
ChartLabelBorderBuilder(ChartLabelBorder)
Declaration
public ChartLabelBorderBuilder(ChartLabelBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartLabelBorder | model |
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 |
|---|
| ChartLabelBorderBuilder |
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
| Type | Name | Description |
|---|---|---|
| BorderType | value |
Returns
| Type |
|---|
| ChartLabelBorderBuilder |
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
| Type |
|---|
| ChartLabelBorderBuilder |