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