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