Class SmithchartSeriesMarkerDataLabelBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SmithchartSeriesMarkerDataLabelBorderBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class SmithchartSeriesMarkerDataLabelBorderBuilder : ControlBuilder
Constructors
SmithchartSeriesMarkerDataLabelBorderBuilder()
Declaration
public SmithchartSeriesMarkerDataLabelBorderBuilder()
SmithchartSeriesMarkerDataLabelBorderBuilder(SmithchartSeriesMarkerDataLabelBorder)
Declaration
public SmithchartSeriesMarkerDataLabelBorderBuilder(SmithchartSeriesMarkerDataLabelBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| SmithchartSeriesMarkerDataLabelBorder | model |
Methods
Color(String)
border color for data label color.
Declaration
public SmithchartSeriesMarkerDataLabelBorderBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| SmithchartSeriesMarkerDataLabelBorderBuilder |
Width(Double)
border width for data label border.
Declaration
public SmithchartSeriesMarkerDataLabelBorderBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SmithchartSeriesMarkerDataLabelBorderBuilder |