Class IStockChartEventArgs
Inheritance
System.Object
IStockChartEventArgs
Implements
System.IEquatable<IStockChartEventArgs>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class IStockChartEventArgs : Object, IEquatable<IStockChartEventArgs>
Constructors
IStockChartEventArgs()
Declaration
public IStockChartEventArgs()
Properties
Name
name of the event
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StockChart
stock chart
Declaration
public StockChartModel StockChart { get; set; }
Property Value
Type | Description |
---|---|
StockChartModel |
Theme
theme
Declaration
public ChartTheme Theme { get; set; }
Property Value
Type | Description |
---|---|
ChartTheme |
Methods
Equals(IStockChartEventArgs)
Returns a boolean by comparing with iStockChartEventArgs
Declaration
public bool Equals(IStockChartEventArgs iStockChartEventArgs)
Parameters
Type | Name | Description |
---|---|---|
IStockChartEventArgs | iStockChartEventArgs |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>