Class LinearGaugeRange
Sets and gets the range element for an axis in linear gauge component.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
LinearGaugeRange
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class LinearGaugeRange : SfBaseComponent
Constructors
LinearGaugeRange()
Declaration
public LinearGaugeRange()
Properties
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.AspNetCore.Components.RenderFragment |
Color
Sets and gets the color of the axis range.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
End
Sets and gets the end value for the range in axis.
Declaration
public double End { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
EndWidth
Sets and gets the width of the end of the range in axis.
Declaration
public double EndWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Offset
Sets and gets the value to position the range in the axis.
Declaration
public string Offset { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Position
Sets and gets the position to place the ranges in the axis.
Declaration
public Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |
Start
Sets and gets the start value for the range in axis.
Declaration
public double Start { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
StartWidth
Sets and gets the width of the start of the range in axis.
Declaration
public double StartWidth { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
OnInitializedAsync()
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |
Overrides
Syncfusion.Blazor.SfBaseComponent.OnInitializedAsync()
OnParametersSetAsync()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |