Class SmithchartSmithchartMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SmithchartSmithchartMarginBuilder
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.Smithchart.dll
Syntax
public class SmithchartSmithchartMarginBuilder : ControlBuilder
Constructors
SmithchartSmithchartMarginBuilder()
Declaration
public SmithchartSmithchartMarginBuilder()
SmithchartSmithchartMarginBuilder(SmithchartSmithchartMargin)
Declaration
public SmithchartSmithchartMarginBuilder(SmithchartSmithchartMargin model)
Parameters
| Type | Name | Description |
|---|---|---|
| SmithchartSmithchartMargin | model |
Methods
Bottom(Double)
bottom margin of chartArea.
Declaration
public SmithchartSmithchartMarginBuilder Bottom(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SmithchartSmithchartMarginBuilder |
Left(Double)
left margin of chartArea.
Declaration
public SmithchartSmithchartMarginBuilder Left(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SmithchartSmithchartMarginBuilder |
Right(Double)
right margin of chartArea.
Declaration
public SmithchartSmithchartMarginBuilder Right(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SmithchartSmithchartMarginBuilder |
Top(Double)
top margin of chartArea.
Declaration
public SmithchartSmithchartMarginBuilder Top(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SmithchartSmithchartMarginBuilder |