Blazor

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

    Show / Hide Table of Contents

    Class StockChartStockEvent

    Inheritance
    System.Object
    BaseComponent
    StockChartStockEvent
    Implements
    System.IDisposable
    Inherited Members
    BaseComponent.CreateJsAdaptor()
    BaseComponent.OnAfterRenderAsync(Boolean)
    BaseComponent.Dispose()
    BaseComponent.Refresh()
    BaseComponent.clearClientChanges(Boolean)
    BaseComponent.InvokeSet<T>(String, String, Object[])
    BaseComponent.InvokeGet<T>(String, String)
    BaseComponent.WireObservableEvents(Object)
    BaseComponent.getSerializedModel()
    BaseComponent.getUpdateModel(Boolean)
    BaseComponent.GetDataManager(Object, String)
    BaseComponent.uniqueId
    BaseComponent.jsRuntime
    BaseComponent.EditContext
    BaseComponent.nameSpace
    BaseComponent.DotNetObjectRef
    Namespace: Syncfusion.Blazor.Charts
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class StockChartStockEvent : BaseComponent, IDisposable

    Constructors

    StockChartStockEvent()

    Declaration
    public StockChartStockEvent()

    Properties

    Background

    The background of the stock event that accepts value in hex and rgba as a valid CSS color string.

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

    Border

    Options to customize the border of the stock events.

    Declaration
    public StockChartStockEventsBorder Border { get; set; }
    Property Value
    Type Description
    StockChartStockEventsBorder

    ChildContent

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

    Date

    Date value of stock event in which stock event shows.

    Declaration
    public DateTime Date { get; set; }
    Property Value
    Type Description
    System.DateTime

    Description

    Specifies the description for the chart which renders in tooltip for stock event.

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

    jsProperty

    Declaration
    protected override string jsProperty { get; set; }
    Property Value
    Type Description
    System.String
    Overrides
    BaseComponent.jsProperty

    mainParent

    Declaration
    protected override BaseComponent mainParent { get; set; }
    Property Value
    Type Description
    BaseComponent
    Overrides
    BaseComponent.mainParent

    PlaceAt

    Corresponding values in which stock event placed. Close Open High Close

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

    ShowOnSeries

    Enables the stock events to be render on series. If it disabled, stock event rendered on primaryXAxis.

    Declaration
    public bool ShowOnSeries { get; set; }
    Property Value
    Type Description
    System.Boolean

    Text

    Specifies the text for the stock chart text.

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

    TextStyle

    Options to customize the styles for stock events text.

    Declaration
    public StockChartStockEventsTextStyle TextStyle { get; set; }
    Property Value
    Type Description
    StockChartStockEventsTextStyle

    Type

    Specifies type of stock events Circle Square Flag Text Sign Triangle InvertedTriangle ArrowUp ArrowDown ArrowLeft ArrowRight

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

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder __builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder __builder

    GetJSNamespace()

    Declaration
    public string GetJSNamespace()
    Returns
    Type Description
    System.String

    OnInitializedAsync()

    Declaration
    protected override Task OnInitializedAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task
    Overrides
    BaseComponent.OnInitializedAsync()

    OnParametersSetAsync()

    Declaration
    protected override Task OnParametersSetAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    updateChildProperties(String, Object)

    Declaration
    public void updateChildProperties(string key, object value)
    Parameters
    Type Name Description
    System.String key
    System.Object value

    Implements

    System.IDisposable
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved