Class LinearGaugePointer
Sets and gets the pointer element for an axis in linear gauge component.
Inheritance
System.Object
Syncfusion.Blazor.SfBaseComponent
LinearGaugePointer
Assembly: Syncfusion.Blazor.dll
Syntax
public class LinearGaugePointer : SfBaseComponent
Constructors
LinearGaugePointer()
Declaration
public LinearGaugePointer()
Properties
AnimationDuration
Sets and gets the duration of animation in pointer.
Declaration
public double AnimationDuration { get; set; }
Property Value
Type |
Description |
System.Double |
|
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 pointer.
Declaration
public string Color { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Sets and gets the description for the pointer.
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
EnableDrag
Enables or disables the drag movement of pointer.
Declaration
public bool EnableDrag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Height
Sets and gets the height of the pointer.
Declaration
public double Height { get; set; }
Property Value
Type |
Description |
System.Double |
|
ImageUrl
Sets and gets the URL path for the image in marker when the marker type is chosen as image.
Declaration
public string ImageUrl { get; set; }
Property Value
Type |
Description |
System.String |
|
MarkerType
Sets and gets the type of the marker for pointers in axis.
Declaration
public MarkerType MarkerType { get; set; }
Property Value
Offset
Sets and gets the value to position the pointer from the axis.
Declaration
public string Offset { get; set; }
Property Value
Type |
Description |
System.String |
|
Opacity
Sets and gets the opacity of pointer in linear gauge.
Declaration
public double Opacity { get; set; }
Property Value
Type |
Description |
System.Double |
|
Placement
Sets and gets the place of the pointer.
Declaration
public Placement Placement { get; set; }
Property Value
PointerValue
Sets and gets the value of the pointer in axis.
Declaration
public double PointerValue { get; set; }
Property Value
Type |
Description |
System.Double |
|
Position
Sets and gets the position of the pointer.
Declaration
public Position Position { get; set; }
Property Value
RoundedCornerRadius
Sets and gets the corner radius for pointer.
Declaration
public double RoundedCornerRadius { get; set; }
Property Value
Type |
Description |
System.Double |
|
Type
Sets and gets the type of pointer in axis.
Declaration
public Point Type { get; set; }
Property Value
Width
Sets and gets the width of the pointer.
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()
Declaration
protected override Task OnParametersSetAsync()
Returns
Type |
Description |
System.Threading.Tasks.Task |
|