Class SmithchartSeriesMarkerDataLabelBorder
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
SmithchartSeriesMarkerDataLabelBorder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartSeriesMarkerDataLabelBorder : EJTagHelper
Constructors
SmithchartSeriesMarkerDataLabelBorder()
Declaration
public SmithchartSeriesMarkerDataLabelBorder()
Properties
Color
border color for data label color.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "white" |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Width
border width for data label border.
Declaration
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0.1 |