Class BulletChartMarginBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartMarginBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartMarginBuilder : ControlBuilder
Constructors
BulletChartMarginBuilder()
Declaration
public BulletChartMarginBuilder()
BulletChartMarginBuilder(BulletChartMargin)
Declaration
public BulletChartMarginBuilder(BulletChartMargin model)
Parameters
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
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
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
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