Class CircularGaugeTickBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
CircularGaugeTickBuilder
Namespace: Syncfusion.EJ2.CircularGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeTickBuilder : ControlBuilder
Constructors
CircularGaugeTickBuilder()
Declaration
public CircularGaugeTickBuilder()
CircularGaugeTickBuilder(CircularGaugeTick)
Declaration
public CircularGaugeTickBuilder(CircularGaugeTick model)
Parameters
Type | Name | Description |
---|---|---|
CircularGaugeTick | model |
Methods
Color(String)
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 CircularGaugeTickBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
DashArray(String)
Sets and gets the dash-array for the ticks in circular gauge.
Declaration
public CircularGaugeTickBuilder DashArray(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Height(Double)
Sets and gets the height of the ticks in circular gauge.
Declaration
public CircularGaugeTickBuilder Height(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Interval(Double)
Sets and gets the interval between the tick lines in circular gauge.
Declaration
public CircularGaugeTickBuilder Interval(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Offset(Double)
Sets and gets the distance of the ticks from axis in circular gauge.
Declaration
public CircularGaugeTickBuilder Offset(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Position(Position)
Sets and gets the position of the ticks in circular gauge.
Declaration
public CircularGaugeTickBuilder Position(Position value)
Parameters
Type | Name | Description |
---|---|---|
Position | value |
Returns
UseRangeColor(Boolean)
Enables and disables the tick lines to take the color from the range element that overlaps with the ticks.
Declaration
public CircularGaugeTickBuilder UseRangeColor(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Width(Double)
Sets and gets the width of the ticks in circular gauge.
Declaration
public CircularGaugeTickBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |