Class CircularGaugeTick
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.EJ2.CircularGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeTick : EJTagHelper
Constructors
CircularGaugeTick()
Declaration
public CircularGaugeTick()
Properties
Color
Sets and gets the color of the tick line. This property accepts value in hex code, rgba string as a valid CSS color string.
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type | Description |
---|---|
MvcTemplate<System.Object> |
DashArray
Sets and gets the dash-array for the ticks in circular gauge component.
Declaration
[HtmlAttributeName("dashArray")]
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Sets and gets the height of the ticks in circular gauge component.
Declaration
[HtmlAttributeName("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Interval
Sets and gets the interval between the tick lines in circular gauge component.
Declaration
[HtmlAttributeName("interval")]
public double Interval { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
IsComplex
Declaration
protected override bool IsComplex { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Offset
Sets and gets the distance of the ticks from axis in circular gauge component.
Declaration
[HtmlAttributeName("offset")]
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
ParentPropertyName
Declaration
protected override string ParentPropertyName { get; }
Property Value
Type | Description |
---|---|
System.String |
Overrides
Position
Sets and gets the position of the ticks in circular gauge component.
Declaration
[HtmlAttributeName("position")]
public Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |
UseRangeColor
Enables and disables the tick lines to take the range color.
Declaration
[HtmlAttributeName("useRangeColor")]
public bool UseRangeColor { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Width
Sets and gets the width of the ticks in circular gauge component.
Declaration
[HtmlAttributeName("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double |