Class StockChartIndexesModel
Interface for a class StockChartIndexes
Inheritance
System.Object
StockChartIndexesModel
Implements
System.IEquatable<StockChartIndexesModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartIndexesModel : Object, IEquatable<StockChartIndexesModel>
Constructors
StockChartIndexesModel()
Declaration
public StockChartIndexesModel()
Properties
Point
Specifies index of point
Declaration
public double Point { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Series
Specifies index of series
Declaration
public double Series { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(StockChartIndexesModel)
Returns a boolean by comparing with stockChartIndexesModel
Declaration
public bool Equals(StockChartIndexesModel stockChartIndexesModel)
Parameters
Type | Name | Description |
---|---|---|
StockChartIndexesModel | stockChartIndexesModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>