alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class StockChartAnnotation

    Specifies annotation for stockchart.

    Inheritance
    object
    ComponentBase
    OwningComponentBase
    SfOwningComponentBase
    StockChartAnnotation
    Implements
    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    Inherited Members
    ComponentBase.Assets
    ComponentBase.AssignedRenderMode
    ComponentBase.BuildRenderTree(RenderTreeBuilder)
    ComponentBase.DispatchExceptionAsync(Exception)
    ComponentBase.InvokeAsync(Action)
    ComponentBase.InvokeAsync(Func<Task>)
    ComponentBase.OnAfterRender(bool)
    ComponentBase.OnAfterRenderAsync(bool)
    ComponentBase.OnInitialized()
    ComponentBase.OnInitializedAsync()
    ComponentBase.OnParametersSet()
    ComponentBase.OnParametersSetAsync()
    ComponentBase.RendererInfo
    ComponentBase.SetParametersAsync(ParameterView)
    ComponentBase.ShouldRender()
    ComponentBase.StateHasChanged()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    OwningComponentBase.Dispose(bool)
    OwningComponentBase.IsDisposed
    OwningComponentBase.ScopedServices
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartAnnotation : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable

    Constructors

    StockChartAnnotation()

    Declaration
    public StockChartAnnotation()

    Properties

    ContentTemplate

    Gets and sets the template of the annotation.

    Declaration
    [Parameter]
    public RenderFragment ContentTemplate { get; set; }
    Property Value
    Type
    RenderFragment

    CoordinateUnits

    Specifies the coordinate units of the annotation. They are Pixel - Annotation renders based on x and y pixel value. Point - Annotation renders based on x and y axis value.

    Declaration
    [Parameter]
    public Units CoordinateUnits { get; set; }
    Property Value
    Type
    Units

    Description

    Information about annotation for assistive technology.

    Declaration
    [Parameter]
    public string Description { get; set; }
    Property Value
    Type
    string

    Region

    Specifies the regions of the annotation. They are Chart - Annotation renders based on chart coordinates. Series - Annotation renders based on series coordinates.

    Declaration
    [Parameter]
    public Regions Region { get; set; }
    Property Value
    Type
    Regions

    X

    if set coordinateUnit as Pixel X specifies the axis value else is specifies pixel or percentage of coordinate.

    Declaration
    [Parameter]
    public object X { get; set; }
    Property Value
    Type
    object

    XAxisName

    The name of horizontal axis associated with the annotation. It requires Axes of chart.

    Declaration
    [Parameter]
    public string XAxisName { get; set; }
    Property Value
    Type
    string

    Y

    if set coordinateUnit as Pixel Y specifies the axis value else is specifies pixel or percentage of coordinate.

    Declaration
    [Parameter]
    public string Y { get; set; }
    Property Value
    Type
    string

    YAxisName

    The name of vertical axis associated with the annotation. It requires Axes of chart.

    Declaration
    [Parameter]
    public string YAxisName { get; set; }
    Property Value
    Type
    string

    Implements

    IComponent
    IHandleEvent
    IHandleAfterRender
    IDisposable
    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved