Class SmithChartMargin
Options to customize the margin of the chart.
Inheritance
SmithChartMargin
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class SmithChartMargin : SfBaseComponent, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
SmithChartMargin()
Declaration
public SmithChartMargin()
Properties
Bottom
Gets and sets the bottom margin for the chart component.
Declaration
[Parameter]
public double Bottom { get; set; }
Property Value
| Type |
|---|
| double |
Left
Gets and sets the left margin for the chart component.
Declaration
[Parameter]
public double Left { get; set; }
Property Value
| Type |
|---|
| double |
Right
Gets and sets the right margin for the chart component.
Declaration
[Parameter]
public double Right { get; set; }
Property Value
| Type |
|---|
| double |
Top
Gets and sets the top margin for the chart component.
Declaration
[Parameter]
public double Top { get; set; }
Property Value
| Type |
|---|
| double |