Class LinearGaugeLineBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
LinearGaugeLineBuilder
Namespace: Syncfusion.EJ2.LinearGauge
Assembly: Syncfusion.EJ2.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
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
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
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
Width(Double)
Sets and gets the width of the axis line.
Declaration
public LinearGaugeLineBuilder Width(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |