Class ChartMajorTickLinesBuilder
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 ChartMajorTickLinesBuilder : ControlBuilder
Constructors
ChartMajorTickLinesBuilder()
Declaration
public ChartMajorTickLinesBuilder()
ChartMajorTickLinesBuilder(ChartMajorTickLines)
Declaration
public ChartMajorTickLinesBuilder(ChartMajorTickLines model)
Parameters
Type | Name | Description |
---|---|---|
ChartMajorTickLines | 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 ChartMajorTickLinesBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
ChartMajorTickLinesBuilder |
Height(Double)
The height of the ticks in pixels.
Declaration
public ChartMajorTickLinesBuilder Height(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ChartMajorTickLinesBuilder |
Width(Double)
The width of the tick lines in pixels.
Declaration
public ChartMajorTickLinesBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ChartMajorTickLinesBuilder |