Class CircularGaugeRange
Inheritance
System.Object
CircularGaugeRange
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 component.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
End
Sets and gets the end value of the range in circular gauge component.
Declaration
public double End { get; set; }
Property Value
Type |
Description |
System.Double |
|
EndWidth
Sets and gets the width for the end of the range in the circular gauge component.
Declaration
public string EndWidth { get; set; }
Property Value
Type |
Description |
System.String |
|
IsChild
Declaration
protected override bool IsChild { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
LegendText
Sets and gets the text for the legend in the circular gauge component.
Declaration
public string LegendText { get; set; }
Property Value
Type |
Description |
System.String |
|
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
public CircularGaugeLinearGradient LinearGradient { get; set; }
Property Value
Offset
Sets and gets the offset value of range in circular gauge component.
Declaration
public string Offset { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Sets and gets the opacity for the ranges in circular gauge component.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Position
Sets and gets the position of the range and pointer for an axis in circular gauge component.
Declaration
public PointerRangePosition Position { get; set; }
Property Value
RadialGradient
Sets and gets the properties to render a radial gradient for the range.
Declaration
public CircularGaugeRadialGradient RadialGradient { get; set; }
Property Value
Radius
Sets and gets the radius of the range for circular gauge component.
Declaration
public string Radius { get; set; }
Property Value
Type |
Description |
System.String |
|
RoundedCornerRadius
Sets and gets the corner radius for ranges in circular gauge component.
Declaration
public double RoundedCornerRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Start
Sets and gets the start value of the range in circular gauge component.
Declaration
public double Start { get; set; }
Property Value
Type |
Description |
System.Double |
|
StartWidth
Sets and gets the width for the start of the range in the circular gauge component.
Declaration
public string StartWidth { get; set; }
Property Value
Type |
Description |
System.String |
|