Class MinorTicks
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 MinorTicks : EJTagHelper
Constructors
MinorTicks()
Declaration
public MinorTicks()
Properties
Color
Gets or sets the Color of minor tick lines, which provides an option to customize the color of minor tick lines.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Color of the minor tick lines.
Size
Gets or sets the Size of minor tick lines, which provides an option to customize the length of minor tick lines.
Declaration
[JsonProperty("size")]
public int Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Length of the minor tick lines.
Visible
Gets or sets the value of Visible property of minor tick lines, which controls the visibility of minor tick lines.
Declaration
[JsonProperty("visible")]
public bool Visible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Remarks
Show/hides the minor tick lines.
Width
Gets or sets the Width of minor tick lines, which provides an option to customize the width of minor tick lines.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Width of the minor tick line.