Class SubGauge
Class for sub gauge.
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.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class SubGauge : EJTagHelper
Constructors
SubGauge()
Declaration
public SubGauge()
Properties
ControlID
Gets or sets the controlID.
Declaration
[JsonProperty("controlID")]
public string ControlID { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the control identifier. |
Height
Gets or sets the Height.
Declaration
[JsonProperty("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the height. |
Position
Gets or sets the Position.
Declaration
[JsonProperty("position")]
public CircularPosition Position { get; set; }
Property Value
Type | Description |
---|---|
CircularPosition | Specifies the position of sub gauge. |
Width
Gets or sets the Width.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the width. |
Methods
ShouldSerializePosition()
Shoulds the serialize position.
Declaration
public bool ShouldSerializePosition()
Returns
Type | Description |
---|---|
System.Boolean |