Class CircularGaugeRange
Inherited Members
Namespace: Syncfusion.EJ2.CircularGauge
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeRange : EJTagHelper
Constructors
CircularGaugeRange()
Declaration
public CircularGaugeRange()
Properties
Color
Sets and gets the color of the ranges in circular gauge.
Declaration
[HtmlAttributeName("color")]
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
End
Sets and gets the end value of the range in circular gauge.
Declaration
[HtmlAttributeName("end")]
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
EndWidth
Sets and gets the width for the end of the range in the circular gauge.
Declaration
[HtmlAttributeName("endWidth")]
public string EndWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "10" |
LegendText
Sets and gets the text to be displayed for the corresponding legend item in the legend of the circular gauge.
Declaration
[HtmlAttributeName("legendText")]
public string LegendText { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
LinearGradient
Sets and gets the properties to render a linear gradient for the range. If both linear and radial gradient is set, then the linear gradient will be rendered in the range.
Declaration
[HtmlAttributeName("linearGradient")]
public CircularGaugeLinearGradient LinearGradient { get; set; }
Property Value
Type | Description |
---|---|
CircularGaugeLinearGradient | The default value is null |
Offset
Sets and gets the offset value for the range from which it is to be placed from the axis in circular gauge.
Declaration
[HtmlAttributeName("offset")]
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0" |
Opacity
Sets and gets the opacity for the ranges in circular gauge.
Declaration
[HtmlAttributeName("opacity")]
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Position
Sets and gets the position of the range in the axis in circular gauge.
Declaration
[HtmlAttributeName("position")]
public PointerRangePosition Position { get; set; }
Property Value
Type | Description |
---|---|
PointerRangePosition | The default value is PointerRangePosition.Auto |
RadialGradient
Sets and gets the properties to render a radial gradient for the range.
Declaration
[HtmlAttributeName("radialGradient")]
public CircularGaugeRadialGradient RadialGradient { get; set; }
Property Value
Type | Description |
---|---|
CircularGaugeRadialGradient | The default value is null |
Radius
Sets and gets the radius of the range for circular gauge.
Declaration
[HtmlAttributeName("radius")]
public string Radius { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
RoundedCornerRadius
Sets and gets the corner radius for ranges in circular gauge.
Declaration
[HtmlAttributeName("roundedCornerRadius")]
public double RoundedCornerRadius { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
Start
Sets and gets the start value of the range in circular gauge.
Declaration
[HtmlAttributeName("start")]
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 0 |
StartWidth
Sets and gets the width for the start of the range in the circular gauge.
Declaration
[HtmlAttributeName("startWidth")]
public string StartWidth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "10" |