Class StockChartStockEvent
Inheritance
System.Object
StockChartStockEvent
Implements
System.IDisposable
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
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
mainParent
Declaration
protected override BaseComponent mainParent { get; set; }
Property Value
Overrides
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
Specifies type of stock events
Circle
Square
Flag
Text
Sign
Triangle
InvertedTriangle
ArrowUp
ArrowDown
ArrowLeft
ArrowRight
Declaration
public FlagType Type { get; set; }
Property Value
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
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