Class CircularIndicators
Class for circular gauge indicators.
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 CircularIndicators : EJTagHelper
Constructors
CircularIndicators()
Declaration
public CircularIndicators()
Properties
Height
Gets or sets the Height.
Declaration
[JsonProperty("height")]
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specify indicator height of circular gauge. |
Position
Gets or sets the Position.
Declaration
[JsonProperty("position")]
public IndicatorPosition Position { get; set; }
Property Value
Type | Description |
---|---|
IndicatorPosition | Specify position of circular gauge. |
StateRangeCollection
Gets or sets the CustomLabel.
Declaration
public virtual List<CircularStateRanges> StateRangeCollection { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CircularStateRanges> | Specify the options for custom label. |
StateRanges
Gets or sets the StateRanges.
Declaration
[JsonProperty("stateRanges")]
public List<CircularStateRanges> StateRanges { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<CircularStateRanges> | Specify the various states of circular gauge. |
Type
Gets or sets the Type.
Declaration
[JsonProperty("type")]
[JsonConverter(typeof(StringEnumConverter))]
public IndicatorType Type { get; set; }
Property Value
Type | Description |
---|---|
IndicatorType | Specify indicator style of circular gauge. |
Width
Gets or sets the Width.
Declaration
[JsonProperty("width")]
public double Width { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specify indicator width of circular gauge. |
Methods
ShouldSerializePosition()
Shoulds the serialize position.
Declaration
public bool ShouldSerializePosition()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeStateRanges()
Shoulds the serialize state ranges.
Declaration
public bool ShouldSerializeStateRanges()
Returns
Type | Description |
---|---|
System.Boolean |