Class BulletChartMarginBuilder
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 BulletChartMarginBuilder : ControlBuilder
Constructors
BulletChartMarginBuilder()
Declaration
public BulletChartMarginBuilder()
BulletChartMarginBuilder(BulletChartMargin)
Declaration
public BulletChartMarginBuilder(BulletChartMargin model)
Parameters
Type | Name | Description |
---|---|---|
BulletChartMargin | model |
Methods
Bottom(Double)
Bottom margin in pixels.
Declaration
public BulletChartMarginBuilder Bottom(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
BulletChartMarginBuilder |
Left(Double)
Left margin in pixels.
Declaration
public BulletChartMarginBuilder Left(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
BulletChartMarginBuilder |
Right(Double)
Right margin in pixels.
Declaration
public BulletChartMarginBuilder Right(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
BulletChartMarginBuilder |
Top(Double)
Top margin in pixels.
Declaration
public BulletChartMarginBuilder Top(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
BulletChartMarginBuilder |