Class StockChartLegendMargin
To specify customization options for stock chart legend margin.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartLegendMargin : SfOwningComponentBase, IComponent, IHandleEvent, IHandleAfterRender, IDisposable
Constructors
StockChartLegendMargin()
Declaration
public StockChartLegendMargin()
Properties
Bottom
Bottom margin in pixels.
Declaration
[Parameter]
public double Bottom { get; set; }
Property Value
| Type |
|---|
| double |
Left
Left margin in pixels.
Declaration
[Parameter]
public double Left { get; set; }
Property Value
| Type |
|---|
| double |
Parent
Indicates the StockChartLegendSettings component.
Declaration
[CascadingParameter]
public StockChartLegendSettings Parent { get; set; }
Property Value
| Type |
|---|
| StockChartLegendSettings |
Right
Right margin in pixels.
Declaration
[Parameter]
public double Right { get; set; }
Property Value
| Type |
|---|
| double |
Top
Top margin in pixels.
Declaration
[Parameter]
public double Top { get; set; }
Property Value
| Type |
|---|
| double |