Class PivotViewPivotChartAxisMinorGridLinesBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
PivotViewPivotChartAxisMinorGridLinesBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.AspNetMvc.PivotView.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
| Type |
|---|
| PivotViewPivotChartAxisMinorGridLinesBuilder |
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
| Type |
|---|
| PivotViewPivotChartAxisMinorGridLinesBuilder |
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 |
Returns
| Type |
|---|
| PivotViewPivotChartAxisMinorGridLinesBuilder |