Class CircularGaugeRangeBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
CircularGaugeRangeBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class CircularGaugeRangeBuilder : ControlBuilder
Constructors
CircularGaugeRangeBuilder()
Declaration
public CircularGaugeRangeBuilder()
CircularGaugeRangeBuilder(List<CircularGaugeRange>)
Declaration
public CircularGaugeRangeBuilder(List<CircularGaugeRange> collection)
Parameters
Methods
Add()
Declaration
Color(String)
Sets and gets the color of the ranges in circular gauge.
Declaration
public CircularGaugeRangeBuilder Color(string color)
Parameters
Type |
Name |
Description |
System.String |
color |
|
Returns
End(Double)
Sets and gets the end value of the range in circular gauge.
Declaration
public CircularGaugeRangeBuilder End(double end)
Parameters
Type |
Name |
Description |
System.Double |
end |
|
Returns
EndWidth(Double)
Sets and gets the width for the end of the range in the circular gauge.
Declaration
public CircularGaugeRangeBuilder EndWidth(double endWidth)
Parameters
Type |
Name |
Description |
System.Double |
endWidth |
|
Returns
EndWidth(String)
Sets and gets the width for the end of the range in the circular gauge.
Declaration
public CircularGaugeRangeBuilder EndWidth(string endWidth)
Parameters
Type |
Name |
Description |
System.String |
endWidth |
|
Returns
LegendText(String)
Sets and gets the text to be displayed for the corresponding legend item in the legend of the circular gauge.
Declaration
public CircularGaugeRangeBuilder LegendText(string legendText)
Parameters
Type |
Name |
Description |
System.String |
legendText |
|
Returns
LinearGradient(CircularGaugeLinearGradient)
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 CircularGaugeRangeBuilder LinearGradient(CircularGaugeLinearGradient linearGradient)
Parameters
Returns
LinearGradient(Action<CircularGaugeLinearGradientBuilder>)
Declaration
public CircularGaugeRangeBuilder LinearGradient(Action<CircularGaugeLinearGradientBuilder> linearGradient)
Parameters
Returns
Offset(Double)
Sets and gets the offset value for the range from which it is to be placed from the axis in circular gauge.
Declaration
public CircularGaugeRangeBuilder Offset(double offset)
Parameters
Type |
Name |
Description |
System.Double |
offset |
|
Returns
Offset(String)
Sets and gets the offset value for the range from which it is to be placed from the axis in circular gauge.
Declaration
public CircularGaugeRangeBuilder Offset(string offset)
Parameters
Type |
Name |
Description |
System.String |
offset |
|
Returns
Opacity(Double)
Sets and gets the opacity for the ranges in circular gauge.
Declaration
public CircularGaugeRangeBuilder Opacity(double opacity)
Parameters
Type |
Name |
Description |
System.Double |
opacity |
|
Returns
Position(PointerRangePosition)
Sets and gets the position of the range in the axis in circular gauge.
Declaration
public CircularGaugeRangeBuilder Position(PointerRangePosition position)
Parameters
Returns
RadialGradient(CircularGaugeRadialGradient)
Sets and gets the properties to render a radial gradient for the range.
Declaration
public CircularGaugeRangeBuilder RadialGradient(CircularGaugeRadialGradient radialGradient)
Parameters
Returns
RadialGradient(Action<CircularGaugeRadialGradientBuilder>)
Declaration
public CircularGaugeRangeBuilder RadialGradient(Action<CircularGaugeRadialGradientBuilder> radialGradient)
Parameters
Returns
Radius(String)
Sets and gets the radius of the range for circular gauge.
Declaration
public CircularGaugeRangeBuilder Radius(string radius)
Parameters
Type |
Name |
Description |
System.String |
radius |
|
Returns
RoundedCornerRadius(Double)
Sets and gets the corner radius for ranges in circular gauge.
Declaration
public CircularGaugeRangeBuilder RoundedCornerRadius(double roundedCornerRadius)
Parameters
Type |
Name |
Description |
System.Double |
roundedCornerRadius |
|
Returns
Start(Double)
Sets and gets the start value of the range in circular gauge.
Declaration
public CircularGaugeRangeBuilder Start(double start)
Parameters
Type |
Name |
Description |
System.Double |
start |
|
Returns
StartWidth(Double)
Sets and gets the width for the start of the range in the circular gauge.
Declaration
public CircularGaugeRangeBuilder StartWidth(double startWidth)
Parameters
Type |
Name |
Description |
System.Double |
startWidth |
|
Returns
StartWidth(String)
Sets and gets the width for the start of the range in the circular gauge.
Declaration
public CircularGaugeRangeBuilder StartWidth(string startWidth)
Parameters
Type |
Name |
Description |
System.String |
startWidth |
|
Returns