Class IStockEventRenderArgs
Stock event render event
Inheritance
System.Object
IStockEventRenderArgs
Implements
System.IEquatable<IStockEventRenderArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IStockEventRenderArgs : Object, IEquatable<IStockEventRenderArgs>
Constructors
IStockEventRenderArgs()
Declaration
public IStockEventRenderArgs()
Properties
Cancel
Defines the event cancel status
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Defines the name of the event
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Series
Defines the stock series
Declaration
public StockSeriesModel Series { get; set; }
Property Value
Type | Description |
---|---|
StockSeriesModel |
StockChart
stockChart
Declaration
public StockChartModel StockChart { get; set; }
Property Value
Type | Description |
---|---|
StockChartModel |
Text
Event text
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Type
Event shape
Declaration
public FlagType Type { get; set; }
Property Value
Type | Description |
---|---|
FlagType |
Methods
Equals(IStockEventRenderArgs)
Returns a boolean by comparing with iStockEventRenderArgs
Declaration
public bool Equals(IStockEventRenderArgs iStockEventRenderArgs)
Parameters
Type | Name | Description |
---|---|---|
IStockEventRenderArgs | iStockEventRenderArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>