Class Range
Inheritance
System.Object
Range
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public class Range
Constructors
Range()
Declaration
public Range()
Range(Color, Single, Single, Int32, TickPlacement)
Affected GaugeRange
Declaration
public Range(Color color, float startValue, float endValue, int height, TickPlacement rangePlacement)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Color | color | |
System.Single | startValue | |
System.Single | endValue | |
System.Int32 | height | |
TickPlacement | rangePlacement |
Properties
Color
Gets or Sets the color of the Range.
Declaration
public Color Color { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
EndValue
Gets or Sets the end value of the Range.
Declaration
public float EndValue { get; set; }
Property Value
Type |
---|
System.Single |
Height
Gets or Sets the inner radius of the range
Declaration
public int Height { get; set; }
Property Value
Type |
---|
System.Int32 |
InRange
Gets or Sets the instance range name
Declaration
public bool InRange { get; set; }
Property Value
Type |
---|
System.Boolean |
Name
Gets or Sets the instance range name
Declaration
public string Name { get; set; }
Property Value
Type |
---|
System.String |
RangePlacement
Gets or Sets the outer radius of the range
Declaration
public TickPlacement RangePlacement { get; set; }
Property Value
Type |
---|
TickPlacement |
StartValue
Gets or Sets the start value of the Range.
Declaration
public float StartValue { get; set; }
Property Value
Type |
---|
System.Single |
Methods
ResetStartValue()
Resets to its default value
Declaration
protected void ResetStartValue()
SetOwner(RadialGauge)
Specifies the owner of the Range
Declaration
public void SetOwner(RadialGauge value)
Parameters
Type | Name | Description |
---|---|---|
RadialGauge | value |