Class StockChartStockEvent
Inheritance
System.Object
StockChartStockEvent
Inherited Members
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()
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
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
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
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