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