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