Class ChartAxisLineBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartAxisLineBuilder
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.Charts.dll
Syntax
public class ChartAxisLineBuilder : ControlBuilder
Constructors
ChartAxisLineBuilder()
Declaration
public ChartAxisLineBuilder()
ChartAxisLineBuilder(ChartAxisLine)
Declaration
public ChartAxisLineBuilder(ChartAxisLine model)
Parameters
| Type | Name | Description |
|---|---|---|
| ChartAxisLine | model |
Methods
Color(String)
Specifies the color of the axis line. Accepts values in hex and rgba formats as valid CSS color strings.
Declaration
public ChartAxisLineBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ChartAxisLineBuilder |
DashArray(String)
The dash array of the axis line, defining the pattern of dashes and gaps for the axis line.
Declaration
public ChartAxisLineBuilder DashArray(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| ChartAxisLineBuilder |
Width(Double)
The width of the axis line in pixels, determining the thickness of the lines on the axis.
Declaration
public ChartAxisLineBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| ChartAxisLineBuilder |