Class CircularRanges
Class for circular gauge ranges.
Inherited Members
Namespace: Syncfusion.JavaScript.DataVisualization.Models
Assembly: Syncfusion.EJ.dll
Syntax
public class CircularRanges : EJTagHelper
Constructors
CircularRanges()
Declaration
public CircularRanges()
Properties
BackgroundColor
Gets or sets the BackgroundColor.
Declaration
[JsonProperty("backgroundColor")]
public string BackgroundColor { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the color of the background. |
Border
Gets or sets the Border.
Declaration
[JsonProperty("border")]
public CircularBorder Border { get; set; }
Property Value
Type | Description |
---|---|
CircularBorder | Specifies the border properties. |
DistanceFromScale
Gets or sets the DistanceFromScale.
Declaration
[JsonProperty("distanceFromScale")]
public double DistanceFromScale { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specify distanceFromScale value for ranges of circular gauge. |
EndValue
Gets or sets the EndValue.
Declaration
[JsonProperty("endValue")]
public double EndValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specify EndValue for ranges of circular gauge. |
EndWidth
Gets or sets the EndWidth.
Declaration
[JsonProperty("endWidth")]
public double EndWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specify endWidth for ranges of circular gauge. |
Gradients
Gets or sets the Gradients.
Declaration
[JsonProperty("gradients")]
public CircularRangeGradient Gradients { get; set; }
Property Value
Type | Description |
---|---|
CircularRangeGradient | Circular RangeGradient is a collection by which we can give gradients effects to the ranges. |
LegendText
Gets or sets the text.
Declaration
[JsonProperty("legendText")]
public string LegendText { get; set; }
Property Value
Type | Description |
---|---|
System.String | Specifies the ranges of text. |
Opacity
Gets or sets the Opacity.
Declaration
[JsonProperty("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specifies the value of opacity. |
Placement
Gets or sets the Placement.
Declaration
[JsonConverter(typeof(StringEnumConverter))]
[JsonProperty("placement")]
public RangePlacement Placement { get; set; }
Property Value
Type | Description |
---|---|
RangePlacement | Specify placement of circular gauge. |
Size
Gets or sets the Size.
Declaration
[JsonProperty("size")]
public double Size { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specify size of the range value of circular gauge. |
StartValue
Gets or sets the StartValue.
Declaration
[JsonProperty("startValue")]
public double StartValue { get; set; }
Property Value
Type | Description |
---|---|
System.Double | Specify startValue for ranges of circular gauge. |
StartWidth
Gets or sets the start width.
Declaration
[JsonProperty("startWidth")]
public double StartWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The start width. |
Methods
ShouldSerializeBorder()
Shoulds the serialize border.
Declaration
public bool ShouldSerializeBorder()
Returns
Type | Description |
---|---|
System.Boolean |
ShouldSerializeGradient()
Shoulds the serialize gradient.
Declaration
public bool ShouldSerializeGradient()
Returns
Type | Description |
---|---|
System.Boolean |