Class CircularRange
Represents Range in the Circular Gauge
Inheritance
System.Object
CircularRange
Namespace: Com.Syncfusion.Gauges.SfCircularGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class CircularRange : Object
Remarks
Represents the ranges between two values in the scale, multiple ranges can be added to the CircularScale in the CircularGauge
Constructors
CircularRange()
Initializes a new instance of the CircularRange class .
Declaration
public CircularRange()
Properties
Color
Gets or sets the color of the range
Declaration
public int Color { get; set; }
Property Value
Type |
---|
System.Int32 |
EndValue
Gets or sets the end value of the range
Declaration
public double EndValue { get; set; }
Property Value
Type |
---|
System.Double |
GradientStops
Gets or sets a gradient for range
Declaration
public ObservableCollection<GaugeGradientStop> GradientStops { get; set; }
Property Value
Type |
---|
System.Collections.ObjectModel.ObservableCollection<GaugeGradientStop> |
InnerEndOffset
Gets or sets the InnerEndOffset for the range
Declaration
public double InnerEndOffset { get; set; }
Property Value
Type |
---|
System.Double |
InnerStartOffset
Gets or sets the InnerStartOffset for the range
Declaration
public double InnerStartOffset { get; set; }
Property Value
Type |
---|
System.Double |
Offset
Gets or sets the offset for the range
Declaration
public double Offset { get; set; }
Property Value
Type |
---|
System.Double |
OuterEndOffset
Gets or sets the OuterEndOffset for the range
Declaration
public double OuterEndOffset { get; set; }
Property Value
Type |
---|
System.Double |
OuterStartOffset
Gets or sets the OuterStartOffset for the range
Declaration
public double OuterStartOffset { get; set; }
Property Value
Type |
---|
System.Double |
StartValue
Gets or sets the start value of the range
Declaration
public double StartValue { get; set; }
Property Value
Type |
---|
System.Double |
Width
Gets or sets the width of the range
Declaration
public double Width { get; set; }
Property Value
Type |
---|
System.Double |