Class LinearTicks
Class for linear gauge ticks.
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 LinearTicks : EJTagHelper
Constructors
LinearTicks()
Declaration
public LinearTicks()
Properties
Angle
Gets or sets the Angle.
Declaration
[JsonProperty("angle")]
public int Angle { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Specifies the angle in the tick. |
Color
Gets or sets the Color.
Declaration
[JsonProperty("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the tick Color in the tick. |
DistanceFromScale
Gets or sets the DistanceFromScale.
Declaration
[JsonProperty("distanceFromScale")]
public DistanceFromScale DistanceFromScale { get; set; }
Property Value
Type | Description |
---|---|
DistanceFromScale | Specifies the DistanceFromScale in the tick. |
Height
Gets or sets the Height.
Declaration
[JsonProperty("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the tick Height in the tick. |
Opacity
Gets or sets the Opacity.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the opacity in the tick. |
Placement
Gets or sets the Placement.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("placement")]
public TickPlacement Placement { get; set; }
Property Value
Type | Description |
---|---|
TickPlacement | Specifies the tick Placement in the tick. |
Type
Gets or sets the Type.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public TickType Type { get; set; }
Property Value
Type | Description |
---|---|
TickType | Specifies the tick Style in the tick. |
Width
Gets or sets the Width.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the tick Width in the tick. |
Methods
ShouldSerializeDistanceFromScale()
Shoulds the serialize distance from scale.
Declaration
public bool ShouldSerializeDistanceFromScale()
Returns
Type | Description |
---|---|
System.Boolean |