Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CircularGaugePointer - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class CircularGaugePointer

    Sets and gets the properties of the pointer in an axis of circular gauge component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    CircularGaugePointer
    Namespace: Syncfusion.Blazor.CircularGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class CircularGaugePointer : SfBaseComponent

    Constructors

    CircularGaugePointer()

    Declaration
    public CircularGaugePointer()

    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 pointer in an axis.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Sets and gets the information about pointer for assistive technology.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    ImageUrl

    Sets and gets 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 Description
    System.String

    MarkerHeight

    Sets and gets the height of the marker pointer in an axis.

    Declaration
    public double MarkerHeight { get; set; }
    Property Value
    Type Description
    System.Double

    MarkerShape

    Sets and gets the shape of the marker type pointer in an axis.

    Declaration
    public GaugeShape MarkerShape { get; set; }
    Property Value
    Type Description
    GaugeShape

    MarkerWidth

    Sets and gets the width of the marker pointer in an axis.

    Declaration
    public double MarkerWidth { get; set; }
    Property Value
    Type Description
    System.Double

    NeedleEndWidth

    Sets or gets the end width of the needle pointer in an axis.

    Declaration
    public double NeedleEndWidth { get; set; }
    Property Value
    Type Description
    System.Double

    NeedleStartWidth

    Sets or gets the start width of the needle pointer in an axis.

    Declaration
    public double NeedleStartWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Offset

    Sets and gets the offset value of pointer from scale.

    Declaration
    public string Offset { get; set; }
    Property Value
    Type Description
    System.String

    PointerWidth

    Sets and gets the width of the pointer in axis.

    Declaration
    public double PointerWidth { get; set; }
    Property Value
    Type Description
    System.Double

    Position

    Sets and gets the position of pointer for an axis.

    Declaration
    public PointerRangePosition Position { get; set; }
    Property Value
    Type Description
    PointerRangePosition

    Radius

    Sets and gets 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 Description
    System.String

    RoundedCornerRadius

    Sets and gets the corner radius for pointer in axis.

    Declaration
    public double RoundedCornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    Text

    Sets and gets the text in pointer.

    Declaration
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    Type

    Sets and gets the type of pointer for an axis in Circular gauge component.

    Declaration
    public PointerType Type { get; set; }
    Property Value
    Type Description
    PointerType

    Value

    Sets and gets the value of the pointer in circular gauge component.

    Declaration
    public double Value { 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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved