Class ChartLabelBorder
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
ChartLabelBorder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class ChartLabelBorder : EJTagHelper
Constructors
ChartLabelBorder()
Declaration
public ChartLabelBorder()
Properties
Color
The color of the border, which accepts values in hex and rgba as valid CSS color strings.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Type
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 BorderType Type { get; set; }
Property Value
Type | Description |
---|---|
BorderType | The default value is BorderType.Rectangle |
Width
The width
property specifies the thickness of the border in pixels.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |