Class StockChartMinorGridLinesBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StockChartMinorGridLinesBuilder
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.Charts
Assembly: Syncfusion.AspNetMvc.StockChart.dll
Syntax
public class StockChartMinorGridLinesBuilder : ControlBuilder
Constructors
StockChartMinorGridLinesBuilder()
Declaration
public StockChartMinorGridLinesBuilder()
StockChartMinorGridLinesBuilder(StockChartMinorGridLines)
Declaration
public StockChartMinorGridLinesBuilder(StockChartMinorGridLines model)
Parameters
| Type | Name | Description |
|---|---|---|
| StockChartMinorGridLines | model |
Methods
Color(String)
Specifies the color of the minor grid line, accepting hex and rgba values as valid CSS color strings.
Declaration
public StockChartMinorGridLinesBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| StockChartMinorGridLinesBuilder |
DashArray(String)
The dash array of the grid lines, defining the pattern of dashes and gaps for the minor grid lines on the chart's axis.
Declaration
public StockChartMinorGridLinesBuilder DashArray(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| StockChartMinorGridLinesBuilder |
Width(Double)
The width of the minor grid lines in pixels, determining the thickness of the lines on the axis.
Declaration
public StockChartMinorGridLinesBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartMinorGridLinesBuilder |