Class BulletChartMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartMarginBuilder
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.BulletChart.dll
Syntax
public class BulletChartMarginBuilder : ControlBuilder
Constructors
BulletChartMarginBuilder()
Declaration
public BulletChartMarginBuilder()
BulletChartMarginBuilder(BulletChartMargin)
Declaration
public BulletChartMarginBuilder(BulletChartMargin model)
Parameters
| Type | Name | Description |
|---|---|---|
| BulletChartMargin | model |
Methods
Bottom(Double)
The bottom margin of the chart, specified in pixels.
Declaration
public BulletChartMarginBuilder Bottom(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| BulletChartMarginBuilder |
Left(Double)
The left margin of the chart, specified in pixels.
Declaration
public BulletChartMarginBuilder Left(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| BulletChartMarginBuilder |
Right(Double)
The right margin of the chart, specified in pixels.
Declaration
public BulletChartMarginBuilder Right(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| BulletChartMarginBuilder |
Top(Double)
The top margin of the chart, specified in pixels.
Declaration
public BulletChartMarginBuilder Top(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| BulletChartMarginBuilder |