Class Chart3DBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
Chart3DBorderBuilder
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.Chart3D.dll
Syntax
public class Chart3DBorderBuilder : ControlBuilder
Constructors
Chart3DBorderBuilder()
Declaration
public Chart3DBorderBuilder()
Chart3DBorderBuilder(Chart3DBorder)
Declaration
public Chart3DBorderBuilder(Chart3DBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| Chart3DBorder | model |
Methods
Color(String)
Specifies the color of the border, accepting values in hex or RGBA as valid CSS color strings.
Declaration
public Chart3DBorderBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DBorderBuilder |
DashArray(String)
Sets the length of dashes in the stroke of border.
Declaration
public Chart3DBorderBuilder DashArray(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| Chart3DBorderBuilder |
Width(Double)
The width of the border in pixels.
Declaration
public Chart3DBorderBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| Chart3DBorderBuilder |