Class LinearGaugeLineBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
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
Type | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
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 | Description |
---|---|
LinearGaugeLineBuilder |