Class CircularGaugeAxis
Sets and gets the options for customizing a axis of circular gauge.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
CircularGaugeAxis
Assembly: Syncfusion.Blazor.dll
Syntax
public class CircularGaugeAxis : SfBaseComponent
Constructors
CircularGaugeAxis()
Declaration
public CircularGaugeAxis()
Properties
Background
Sets and gets the background color of an axis. This property accepts value in hex code, rgba string as a valid CSS color string.
Declaration
public string Background { get; set; }
Property Value
Type |
Description |
System.String |
|
ChildContent
Sets and gets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
Description |
Microsoft.AspNetCore.Components.RenderFragment |
|
Direction
Sets and gets the direction of an axis.
Declaration
public GaugeDirection Direction { get; set; }
Property Value
EndAngle
Sets and gets the end angle of an axis in circular gauge component.
Declaration
public double EndAngle { get; set; }
Property Value
Type |
Description |
System.Double |
|
HideIntersectingLabel
Enables and disables the intersecting labels to be hidden in axis.
Declaration
public bool HideIntersectingLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Maximum
Sets and gets the maximum value of an axis in the circular gauge component.
Declaration
public double Maximum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Minimum
Sets and gets the minimum value of an axis in the circular gauge component.
Declaration
public double Minimum { get; set; }
Property Value
Type |
Description |
System.Double |
|
Radius
Sets and gets the radius of an axis in circular gauge.
Declaration
public string Radius { get; set; }
Property Value
Type |
Description |
System.String |
|
RangeGap
Sets and gets the gap between the ranges by specified value in circular gauge component.
Declaration
public double RangeGap { get; set; }
Property Value
Type |
Description |
System.Double |
|
Ranges
Declaration
public List<CircularGaugeRange> Ranges { get; set; }
Property Value
RoundingPlaces
Sets and gets the rounding Off value in the label in an axis.
Declaration
public int RoundingPlaces { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ShowLastLabel
Enables and disables the last label of axis when it is hidden in circular gauge component.
Declaration
public bool ShowLastLabel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartAndEndRangeGap
Enables and disables the start and end gap between the ranges and axis in circular gauge.
Declaration
public bool StartAndEndRangeGap { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StartAngle
Sets and gets the start angle of an axis in circular gauge component.
Declaration
public double StartAngle { 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()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|