Class SubGaugeBuilder
Class for sub gauge builder.
Inheritance
System.Object
SubGaugeBuilder
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.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class SubGaugeBuilder
Constructors
SubGaugeBuilder(CircularScales)
Initializes a new instance of the SubGaugeBuilder class to indicate the sub gauge.
Declaration
public SubGaugeBuilder(CircularScales subGauge)
Parameters
Type | Name | Description |
---|---|---|
CircularScales | subGauge | The sub gauge. |
Methods
Add()
Adds this instance.
Declaration
public void Add()
ControlID(String)
Controls the identifier.
Declaration
public SubGaugeBuilder ControlID(string controlID)
Parameters
Type | Name | Description |
---|---|---|
System.String | controlID | The control identifier. |
Returns
Type | Description |
---|---|
SubGaugeBuilder |
Height(Double)
Heights the specified height.
Declaration
public SubGaugeBuilder Height(double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | height | The height. |
Returns
Type | Description |
---|---|
SubGaugeBuilder |
Position(Action<CircularPositionBuilder>)
Positions the specified position.
Declaration
public SubGaugeBuilder Position(Action<CircularPositionBuilder> position)
Parameters
Type | Name | Description |
---|---|---|
System.Action<CircularPositionBuilder> | position | The position. |
Returns
Type | Description |
---|---|
SubGaugeBuilder |
Width(Double)
Widthes the specified width.
Declaration
public SubGaugeBuilder Width(double width)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | The width. |
Returns
Type | Description |
---|---|
SubGaugeBuilder |