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