Class StockMarginModel
Interface for a class StockMargin
Inheritance
System.Object
StockMarginModel
Implements
System.IEquatable<StockMarginModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockMarginModel : Object, IEquatable<StockMarginModel>
Constructors
StockMarginModel()
Declaration
public StockMarginModel()
Properties
Bottom
Bottom margin in pixels.
Declaration
public double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Left
Left margin in pixels.
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Right
Right margin in pixels.
Declaration
public double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Top
Top margin in pixels.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(StockMarginModel)
Returns a boolean by comparing with stockMarginModel
Declaration
public bool Equals(StockMarginModel stockMarginModel)
Parameters
Type | Name | Description |
---|---|---|
StockMarginModel | stockMarginModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>