Class BulletChartLocationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
BulletChartLocationBuilder
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.dll
Syntax
public class BulletChartLocationBuilder : ControlBuilder
Constructors
BulletChartLocationBuilder()
Declaration
public BulletChartLocationBuilder()
BulletChartLocationBuilder(BulletChartLocation)
Declaration
public BulletChartLocationBuilder(BulletChartLocation model)
Parameters
| Type | Name | Description |
|---|---|---|
| BulletChartLocation | model |
Methods
X(Double)
Specifies the X coordinate position of the legend or tooltip in pixels.
Declaration
public BulletChartLocationBuilder X(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| BulletChartLocationBuilder |
Y(Double)
Specifies the Y coordinate position of the legend or tooltip in pixels.
Declaration
public BulletChartLocationBuilder Y(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| BulletChartLocationBuilder |