Class LinearGaugeLineBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
LinearGaugeLineBuilder
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.LinearGauge
Assembly: Syncfusion.AspNetMvc.LinearGauge.dll
Syntax
public class LinearGaugeLineBuilder : ControlBuilder
Constructors
LinearGaugeLineBuilder()
Declaration
public LinearGaugeLineBuilder()
LinearGaugeLineBuilder(LinearGaugeLine)
Declaration
public LinearGaugeLineBuilder(LinearGaugeLine model)
Parameters
| Type | Name | Description |
|---|---|---|
| LinearGaugeLine | model |
Methods
Color(String)
Sets and gets the color for the axis line.
Declaration
public LinearGaugeLineBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| LinearGaugeLineBuilder |
DashArray(String)
Sets and gets the dash-array of the axis line.
Declaration
public LinearGaugeLineBuilder DashArray(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| LinearGaugeLineBuilder |
Height(Double)
Sets and gets the height of the axis line.
Declaration
public LinearGaugeLineBuilder Height(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| LinearGaugeLineBuilder |
Offset(Double)
Sets and gets the offset value from where the axis line must be placed in linear gauge.
Declaration
public LinearGaugeLineBuilder Offset(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| LinearGaugeLineBuilder |
Width(Double)
Sets and gets the width of the axis line.
Declaration
public LinearGaugeLineBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| LinearGaugeLineBuilder |