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