Class StockChartMargin
To specify customization options for stock chart data label margin.
Inheritance
System.Object
StockChartMargin
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class StockChartMargin : OwningComponentBase
Constructors
StockChartMargin()
Declaration
public StockChartMargin()
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 |
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
BuildRenderTree(RenderTreeBuilder)
Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder | __builder |