Class SmithchartSmithchartMarginBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.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 | Description |
---|---|
SmithchartSmithchartMarginBuilder |
Left(Double)
left margin of chartArea.
Declaration
public SmithchartSmithchartMarginBuilder Left(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
SmithchartSmithchartMarginBuilder |
Right(Double)
right margin of chartArea.
Declaration
public SmithchartSmithchartMarginBuilder Right(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
SmithchartSmithchartMarginBuilder |
Top(Double)
top margin of chartArea.
Declaration
public SmithchartSmithchartMarginBuilder Top(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
SmithchartSmithchartMarginBuilder |