Class AxisLines
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 AxisLines : EJTagHelper
Constructors
AxisLines()
Declaration
public AxisLines()
Properties
Color
Gets or sets the Color of the AxisLine, which provides an option to customize the color of an axis lines.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Color of the axis line.
DashArray
Gets or sets the DashArray of the AxisLine, which provides an option to customize the dashes and gaps of axis lines.
Declaration
[JsonProperty("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Pattern of dashes and gaps used to stroke the Axis Line.
Offset
Gets or sets the Opacity of the Axis Line, which provides an option to customize the opacity of axis lines.
Declaration
[JsonProperty("offset")]
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Opacity of axis line.
Visible
Gets or sets the value of Visible property of the Axis Line, which controls the visibility of axis lines.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Show/hides the axis line.
Width
Gets or sets the Width of the Axis Line, which provides an option to customize the width of an axis lines.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Width of the axis line.