Blazor

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

    Show / Hide Table of Contents

    Class LinearGaugeAnnotation

    Sets and gets the annotation element for an axis in linear gauge component.

    Inheritance
    System.Object
    Syncfusion.Blazor.SfBaseComponent
    LinearGaugeAnnotation
    Namespace: Syncfusion.Blazor.LinearGauge
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class LinearGaugeAnnotation : SfBaseComponent

    Constructors

    LinearGaugeAnnotation()

    Declaration
    public LinearGaugeAnnotation()

    Properties

    AxisIndex

    Sets and gets the axis index of the linear gauge

    Declaration
    public int AxisIndex { get; set; }
    Property Value
    Type Description
    System.Int32

    AxisValue

    Sets and gets the value of axis in linear gauge.

    Declaration
    public double AxisValue { 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

    Content

    Sets and gets the content for the annotations.

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

    ContentTemplate

    Sets and gets the content of the linear gauge.

    Declaration
    public RenderFragment ContentTemplate { get; set; }
    Property Value
    Type Description
    Microsoft.AspNetCore.Components.RenderFragment

    HorizontalAlignment

    Sets and gets the horizontal alignment of annotation.

    Declaration
    public Placement HorizontalAlignment { get; set; }
    Property Value
    Type Description
    Placement

    VerticalAlignment

    Sets and gets the vertical alignment of annotation.

    Declaration
    public Placement VerticalAlignment { get; set; }
    Property Value
    Type Description
    Placement

    X

    Sets and gets the x position for the annotation in linear gauge.

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

    Y

    Sets and gets the y position for the annotation in linear gauge.

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

    ZIndex

    Sets and gets the z-index of the annotation.

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

    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

    UpdateChildProperties(LinearGaugeAnnotationFont)

    Declaration
    public void UpdateChildProperties(LinearGaugeAnnotationFont annotationValue)
    Parameters
    Type Name Description
    LinearGaugeAnnotationFont annotationValue
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved