Class CircularGaugeLineBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
CircularGaugeLineBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.CircularGauge
Assembly: Syncfusion.AspNetMvc.CircularGauge.dll
Syntax
public class CircularGaugeLineBuilder : ControlBuilder
Constructors
CircularGaugeLineBuilder()
Declaration
public CircularGaugeLineBuilder()
CircularGaugeLineBuilder(CircularGaugeLine)
Declaration
public CircularGaugeLineBuilder(CircularGaugeLine model)
Parameters
| Type | Name | Description |
|---|---|---|
| CircularGaugeLine | model |
Methods
Color(String)
Sets and gets the color of the axis line in the circular gauge. This property accepts the value in hex code, rgba string as a valid CSS color string.
Declaration
public CircularGaugeLineBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| CircularGaugeLineBuilder |
DashArray(String)
Sets and gets the dash-array of the axis line in circular gauge.
Declaration
public CircularGaugeLineBuilder DashArray(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| CircularGaugeLineBuilder |
Width(Double)
Sets and gets the width of the line in circular gauge.
Declaration
public CircularGaugeLineBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| CircularGaugeLineBuilder |