Class ChartLabelBorderBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.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 that accepts value in hex and rgba as a valid CSS color string.
Declaration
public ChartLabelBorderBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
ChartLabelBorderBuilder |
Type(BorderType)
Border type for labels Rectangle Without Top Border Without Top and BottomBorder Without Border Brace CurlyBrace
Declaration
public ChartLabelBorderBuilder Type(BorderType value)
Parameters
Type | Name | Description |
---|---|---|
BorderType | value |
Returns
Type | Description |
---|---|
ChartLabelBorderBuilder |
Width(Double)
The width of the border in pixels.
Declaration
public ChartLabelBorderBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ChartLabelBorderBuilder |