Class NavigatorGridLines
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class NavigatorGridLines : EJTagHelper
Constructors
NavigatorGridLines()
Declaration
public NavigatorGridLines()
Properties
Color
Gets or sets the Color of line.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the color of line
DashArray
Gets or sets the DashArray of line.
Declaration
[JsonProperty("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the dash array of line
Offset
Gets or sets the Offset of line.
Declaration
[JsonProperty("offset")]
public int Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Specifies the offset of line
Opacity
Gets or sets the Opacity of line.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the opacity of line
Visible
Gets or sets the value of Visible property
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Toggles the visibility of line
Width
Gets or sets the Width of line.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the width of line