Class MajorTickSettings
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 MajorTickSettings : EJTagHelper
Constructors
MajorTickSettings()
Declaration
public MajorTickSettings()
Properties
Size
Gets or sets the Size of major ticks.
Declaration
[JsonProperty("size")]
public int Size { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Remarks
Specifies the size of the major ticks.
Stroke
Gets or sets the Stroke of major ticks.
Declaration
[JsonProperty("stroke")]
public string Stroke { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Remarks
Specifies the stroke color of the major tick lines.
Width
Gets or sets the Width of major ticks.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Remarks
Specifies the width of the major tick lines.