Class StockChartRowModel
Interface for a class StockChartRow
Inheritance
System.Object
StockChartRowModel
Implements
System.IEquatable<StockChartRowModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartRowModel : Object, IEquatable<StockChartRowModel>
Constructors
StockChartRowModel()
Declaration
public StockChartRowModel()
Properties
Border
Options to customize the border of the rows.
Declaration
public StockChartBorderModel Border { get; set; }
Property Value
Type | Description |
---|---|
StockChartBorderModel |
Height
The height of the row as a string accept input both as '100px' and '100%'. If specified as '100%, row renders to the full height of its chart.
Declaration
public string Height { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Equals(StockChartRowModel)
Returns a boolean by comparing with stockChartRowModel
Declaration
public bool Equals(StockChartRowModel stockChartRowModel)
Parameters
Type | Name | Description |
---|---|---|
StockChartRowModel | stockChartRowModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>