Class RangeNavigatorMajorTickLinesBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
RangeNavigatorMajorTickLinesBuilder
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 RangeNavigatorMajorTickLinesBuilder : ControlBuilder
Constructors
RangeNavigatorMajorTickLinesBuilder()
Declaration
public RangeNavigatorMajorTickLinesBuilder()
RangeNavigatorMajorTickLinesBuilder(RangeNavigatorMajorTickLines)
Declaration
public RangeNavigatorMajorTickLinesBuilder(RangeNavigatorMajorTickLines model)
Parameters
| Type | Name | Description |
|---|---|---|
| RangeNavigatorMajorTickLines | model |
Methods
Color(String)
Specifies the color of the major tick line, accepting hex and rgba values as valid CSS color strings.
Declaration
public RangeNavigatorMajorTickLinesBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| RangeNavigatorMajorTickLinesBuilder |
Height(Double)
The height of the ticks in pixels, which defines their length on the axis.
Declaration
public RangeNavigatorMajorTickLinesBuilder Height(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| RangeNavigatorMajorTickLinesBuilder |
Width(Double)
The width of the major tick lines in pixels, determining the thickness of the lines on the axis.
Declaration
public RangeNavigatorMajorTickLinesBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| RangeNavigatorMajorTickLinesBuilder |