Class StockChartMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StockChartMarginBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.StockChart.dll
Syntax
public class StockChartMarginBuilder : ControlBuilder
Constructors
StockChartMarginBuilder()
Declaration
public StockChartMarginBuilder()
StockChartMarginBuilder(StockChartMargin)
Declaration
public StockChartMarginBuilder(StockChartMargin model)
Parameters
| Type | Name | Description |
|---|---|---|
| StockChartMargin | model |
Methods
Bottom(Double)
The bottom margin of the chart, specified in pixels.
Declaration
public StockChartMarginBuilder Bottom(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartMarginBuilder |
Left(Double)
The left margin of the chart, specified in pixels.
Declaration
public StockChartMarginBuilder Left(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartMarginBuilder |
Right(Double)
The right margin of the chart, specified in pixels.
Declaration
public StockChartMarginBuilder Right(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartMarginBuilder |
Top(Double)
The top margin of the chart, specified in pixels.
Declaration
public StockChartMarginBuilder Top(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartMarginBuilder |