Class PivotViewPivotChartAxisMinorTickLinesBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartAxisMinorTickLinesBuilder
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public class PivotViewPivotChartAxisMinorTickLinesBuilder : ControlBuilder
Constructors
PivotViewPivotChartAxisMinorTickLinesBuilder()
Declaration
public PivotViewPivotChartAxisMinorTickLinesBuilder()
PivotViewPivotChartAxisMinorTickLinesBuilder(PivotViewPivotChartAxisMinorTickLines)
Declaration
public PivotViewPivotChartAxisMinorTickLinesBuilder(PivotViewPivotChartAxisMinorTickLines model)
Parameters
Type | Name | Description |
---|---|---|
PivotViewPivotChartAxisMinorTickLines | model |
Methods
Color(String)
Allows to set the color of the minor tick line that accepts value in hex and rgba as a valid CSS color string.
Declaration
public PivotViewPivotChartAxisMinorTickLinesBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Height(Double)
Allows to set the height of the ticks in pixels.
Declaration
public PivotViewPivotChartAxisMinorTickLinesBuilder Height(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Width(Double)
Allows to set the width of the tick line in pixels.
Declaration
public PivotViewPivotChartAxisMinorTickLinesBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |