Class CircularGaugeTick
Inheritance
System.Object
CircularGaugeTick
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
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
DashArray
Sets and gets the dash-array for the ticks in circular gauge component.
Declaration
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
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
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
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
public Position Position { get; set; }
Property Value
UseRangeColor
Enables and disables the tick lines to take the range color.
Declaration
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
public double Width { get; set; }
Property Value
Type |
Description |
System.Double |
|