Class StockChartLegendMargin
To specify customization options for stock chart legend margin.
Inheritance
System.Object
StockChartLegendMargin
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartLegendMargin : OwningComponentBase
Constructors
StockChartLegendMargin()
Declaration
public StockChartLegendMargin()
Properties
Bottom
Bottom margin in pixels.
Declaration
public double Bottom { get; set; }
Property Value
Type |
---|
System.Double |
Left
Left margin in pixels.
Declaration
public double Left { get; set; }
Property Value
Type |
---|
System.Double |
Parent
Indicates the StockChartLegendSettings component.
Declaration
public StockChartLegendSettings Parent { get; set; }
Property Value
Type |
---|
StockChartLegendSettings |
Right
Right margin in pixels.
Declaration
public double Right { get; set; }
Property Value
Type |
---|
System.Double |
Top
Top margin in pixels.
Declaration
public double Top { get; set; }
Property Value
Type |
---|
System.Double |
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
OnInitializedAsync()
Method invoked when the component is ready to start.
Declaration
protected override Task OnInitializedAsync()
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task | A System.Threading.Tasks.Task representing the asynchronous operation. |