Class RangeNavigatorMajorTickLinesBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.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)
The color of the major tick line that accepts value in hex and rgba as a valid CSS color string.
Declaration
public RangeNavigatorMajorTickLinesBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
RangeNavigatorMajorTickLinesBuilder |
Height(Double)
The height of the ticks in pixels.
Declaration
public RangeNavigatorMajorTickLinesBuilder Height(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
RangeNavigatorMajorTickLinesBuilder |
Width(Double)
The width of the tick lines in pixels.
Declaration
public RangeNavigatorMajorTickLinesBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
RangeNavigatorMajorTickLinesBuilder |