Class SmithchartMarginModel
Interface for a class SmithchartMargin
Inheritance
System.Object
SmithchartMarginModel
Implements
System.IEquatable<SmithchartMarginModel>
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithchartMarginModel : Object, IEquatable<SmithchartMarginModel>
Constructors
SmithchartMarginModel()
Declaration
public SmithchartMarginModel()
Properties
Bottom
bottom margin of chartArea.
Declaration
public double Bottom { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Left
left margin of chartArea.
Declaration
public double Left { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Right
right margin of chartArea.
Declaration
public double Right { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Top
top margin of chartArea.
Declaration
public double Top { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
Equals(SmithchartMarginModel)
Declaration
public bool Equals(SmithchartMarginModel smithchartMarginModel)
Parameters
Type | Name | Description |
---|---|---|
SmithchartMarginModel | smithchartMarginModel |
Returns
Type | Description |
---|---|
System.Boolean |
Implements
System.IEquatable<>