Class LinearGaugeLine
Sets and gets the lines of an axis in Linear gauge component.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
LinearGaugeLine
Namespace: Syncfusion.Blazor.LinearGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class LinearGaugeLine : SfBaseComponent
Constructors
LinearGaugeLine()
Declaration
public LinearGaugeLine()
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 for the axis line.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String |
DashArray
Sets and gets the dash-array of the axis line.
Declaration
public string DashArray { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Height
Sets and gets the height of the axis line.
Declaration
public double Height { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Offset
Sets and gets the offset to position the axis line in linear gauge.
Declaration
public double Offset { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Width
Sets and gets the width of the axis line.
Declaration
public double Width { 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 |