Class CircularGaugePointer
Sets and Gets the properties of the pointer in an axis of circular gauge component.
Inheritance
Namespace: Syncfusion.Blazor.CircularGauge
Assembly: Syncfusion.Blazor.dll
Syntax
public class CircularGaugePointer : OwningComponentBase
Constructors
CircularGaugePointer()
Declaration
public CircularGaugePointer()
Properties
ChildContent
Gets or sets the content of the UI element.
Declaration
public RenderFragment ChildContent { get; set; }
Property Value
Type |
---|
Microsoft.AspNetCore.Components.RenderFragment |
Color
Gets or sets the color of the pointer in an axis.
Declaration
public string Color { get; set; }
Property Value
Type |
---|
System.String |
Description
Gets or sets the information about pointer for assistive technology.
Declaration
public string Description { get; set; }
Property Value
Type |
---|
System.String |
ImageUrl
Gets or sets the url for the image that is to be displayed as pointer. It requires marker shape value to be Image.
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
---|
System.String |
MarkerHeight
Gets or sets the height of the marker pointer in an axis.
Declaration
public double MarkerHeight { get; set; }
Property Value
Type |
---|
System.Double |
MarkerShape
Gets or sets the shape of the marker type pointer in an axis.
Declaration
public GaugeShape MarkerShape { get; set; }
Property Value
Type |
---|
GaugeShape |
MarkerWidth
Gets or sets the width of the marker pointer in an axis.
Declaration
public double MarkerWidth { get; set; }
Property Value
Type |
---|
System.Double |
NeedleEndWidth
Gets or sets the end width of the needle pointer in an axis.
Declaration
public double NeedleEndWidth { get; set; }
Property Value
Type |
---|
System.Double |
NeedleStartWidth
Gets or sets the start width of the needle pointer in an axis.
Declaration
public double NeedleStartWidth { get; set; }
Property Value
Type |
---|
System.Double |
Offset
Gets or sets the offset value of pointer from scale.
Declaration
public string Offset { get; set; }
Property Value
Type |
---|
System.String |
PointerWidth
Gets or sets the width of the pointer in axis.
Declaration
public double PointerWidth { get; set; }
Property Value
Type |
---|
System.Double |
Position
Gets or sets the position of pointer for an axis.
Declaration
public PointerRangePosition Position { get; set; }
Property Value
Type |
---|
PointerRangePosition |
Radius
Gets or sets the radius of pointer for marker and range type pointer and fix length of pointer for needle pointer.
Declaration
public string Radius { get; set; }
Property Value
Type |
---|
System.String |
RoundedCornerRadius
Gets or sets the corner radius for pointer in axis.
Declaration
public double RoundedCornerRadius { get; set; }
Property Value
Type |
---|
System.Double |
Text
Gets or sets the text in pointer.
Declaration
public string Text { get; set; }
Property Value
Type |
---|
System.String |
Type
Gets or sets the type of pointer for an axis in Circular gauge component.
Declaration
public PointerType Type { get; set; }
Property Value
Type |
---|
PointerType |
Value
Gets or sets the value of the pointer in circular gauge component.
Declaration
public double Value { get; set; }
Property Value
Type |
---|
System.Double |
Methods
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |
Dispose(Boolean)
Disposes the property values during the destroy of the component that is hold up for the execution of the component.
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
OnInitializedAsync method is called when the component has received its initial parameters.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | System.Threading.Tasks.Task representing the asynchronous operation. |
OnParametersSetAsync()
OnParametersSetAsync is a lifecycle method that is invoked when the component has received parameters, and the incoming values have been assigned to the properties.
Declaration
protected override Task OnParametersSetAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | System.Threading.Tasks.Task representing the asynchronous operation. |