Class IgbRadialGaugeRange
Represents a range in the IgbRadialGauge control.
Inheritance
System.Object
IgbRadialGaugeRange
Implements
System.IDisposable
Assembly: IgniteUI.Blazor.dll
Syntax
public class IgbRadialGaugeRange : BaseRendererElement, JsonSerializable, IDisposable
Constructors
IgbRadialGaugeRange()
Declaration
public IgbRadialGaugeRange()
Properties
Brush
Gets or sets the brush to use to fill the range.
Declaration
public string Brush { get; set; }
Property Value
Type |
Description |
System.String |
|
EndValue
Gets or sets the value at which the range ends along the scale.
Declaration
public double EndValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
InnerEndExtent
Gets or sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the inner sweep of the range.
Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.
Declaration
public double InnerEndExtent { get; set; }
Property Value
Type |
Description |
System.Double |
|
InnerStartExtent
Gets or sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the inner sweep of the range.
Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.
Declaration
public double InnerStartExtent { get; set; }
Property Value
Type |
Description |
System.Double |
|
OuterEndExtent
Gets or sets the distance from the center of the gauge (from 0 to 1) at which to end rendering the outer sweep of the range.
Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.
Declaration
public double OuterEndExtent { get; set; }
Property Value
Type |
Description |
System.Double |
|
OuterStartExtent
Gets or sets the distance from the center of the gauge (from 0 to 1) at which to start rendering the outer sweep of the range.
Values further from zero than 1 can be used to make this extend further than the normal radius of the gauge.
Declaration
public double OuterStartExtent { get; set; }
Property Value
Type |
Description |
System.Double |
|
Outline
Gets or sets the outline to use when rendering the range.
Declaration
public string Outline { get; set; }
Property Value
Type |
Description |
System.String |
|
RadialGaugeParent
Declaration
protected BaseRendererControl RadialGaugeParent { get; set; }
Property Value
StartValue
Gets or sets the value at which the range starts along the scale.
Declaration
public double StartValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
StrokeThickness
Gets or sets the stroke thickness to use when rendering this range's outline.
Declaration
public double StrokeThickness { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Declaration
public override string Type { get; }
Property Value
Type |
Description |
System.String |
|
Overrides
Methods
Dispose()
Declaration
EnsureModulesLoaded()
Declaration
protected override void EnsureModulesLoaded()
Overrides
FindByName(String)
Declaration
public override object FindByName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
Overrides
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Implements
System.IDisposable