ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StockChartStockEvent - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StockChartStockEvent

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    StockChartStockEvent
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class StockChartStockEvent : EJTagHelper

    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
    [HtmlAttributeName("background")]
    public string Background { get; set; }
    Property Value
    Type Description
    System.String

    Border

    Options to customize the border of the stock events.

    Declaration
    [HtmlAttributeName("border")]
    public StockChartStockEventsBorder Border { get; set; }
    Property Value
    Type Description
    StockChartStockEventsBorder

    Date

    Date value of stock event in which stock event shows.

    Declaration
    [HtmlAttributeName("date")]
    public object Date { get; set; }
    Property Value
    Type Description
    System.Object

    Description

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

    Declaration
    [HtmlAttributeName("description")]
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    PlaceAt

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

    Declaration
    [HtmlAttributeName("placeAt")]
    public string PlaceAt { get; set; }
    Property Value
    Type Description
    System.String

    SeriesIndexes

    To render stock events in particular series. By default stock events will render for all series.

    Declaration
    [HtmlAttributeName("seriesIndexes")]
    public double[] SeriesIndexes { get; set; }
    Property Value
    Type Description
    System.Double[]

    ShowOnSeries

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

    Declaration
    [HtmlAttributeName("showOnSeries")]
    public bool ShowOnSeries { get; set; }
    Property Value
    Type Description
    System.Boolean

    Text

    Specifies the text for the stock chart text.

    Declaration
    [HtmlAttributeName("text")]
    public string Text { get; set; }
    Property Value
    Type Description
    System.String

    TextStyle

    Options to customize the styles for stock events text.

    Declaration
    [HtmlAttributeName("textStyle")]
    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
    [HtmlAttributeName("type")]
    public FlagType Type { get; set; }
    Property Value
    Type Description
    FlagType
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved