Class LinearRange
Represents the linear range
Inheritance
System.Object
LinearRange
Namespace: Com.Syncfusion.Gauges.SfLinearGauge
Assembly: Syncfusion.SfGauge.Android.dll
Syntax
public class LinearRange : Object
Constructors
LinearRange()
Initializes a new instance of the LinearRange class.
Declaration
public LinearRange()
LinearRange(Context, SfLinearGauge)
Initializes a new instance of the LinearRange class.
Declaration
public LinearRange(Context con, SfLinearGauge linearGauge)
Parameters
Type | Name | Description |
---|---|---|
Android.Content.Context | con | to get context |
SfLinearGauge | linearGauge | to get linear gauge |
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 |
EndWidth
Gets or sets the end width of the range
Declaration
public double EndWidth { 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> |
Offset
Gets or sets the distance factor of the range
Declaration
public double Offset { 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 |
StartWidth
Gets or sets the start width of the range
Declaration
public double StartWidth { get; set; }
Property Value
Type |
---|
System.Double |