Class MinorGridLines
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class MinorGridLines : EJTagHelper
Constructors
MinorGridLines()
Declaration
public MinorGridLines()
Properties
Color
Gets or sets the Color of the minor grid lines, which provides an option to customize colors of minor grid lines.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Color of the minor grid lines
DashArray
Gets or sets the DashArray of the minor grid lines, which provides an option to customize gaps and dashes of major grid lines stroke.
Declaration
[JsonProperty("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Patterns of dashes and gaps used to stroke the minor grid lines.
Opacity
Gets or sets the Opacity of the minor grid lines, which provides an option to customize opacity of minor grid lines.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Opacity of the minor grid lines.
Visible
Gets or sets the value of Visible property of the minor grid lines, which controls the visibility of minor grid lines.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Show/hides the minor grid lines.
Width
Gets or sets the Width of the minor grid lines, which provides an option to customize width of minor grid lines.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Width of the minorGridLines.