Class BulletChartMinorTickLinesBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartMinorTickLinesBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartMinorTickLinesBuilder : ControlBuilder
Constructors
BulletChartMinorTickLinesBuilder()
Declaration
public BulletChartMinorTickLinesBuilder()
BulletChartMinorTickLinesBuilder(BulletChartMinorTickLines)
Declaration
public BulletChartMinorTickLinesBuilder(BulletChartMinorTickLines model)
Parameters
Methods
Color(String)
Specifies the color of the minor tick line, accepting hex and rgba values as valid CSS color strings.
Declaration
public BulletChartMinorTickLinesBuilder 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 BulletChartMinorTickLinesBuilder Height(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Width(Double)
The width of the minor tick lines in pixels, determining the thickness of the lines on the axis.
Declaration
public BulletChartMinorTickLinesBuilder Width(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns