Class BulletChartLocationBuilder
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 BulletChartLocationBuilder : ControlBuilder
Constructors
BulletChartLocationBuilder()
Declaration
public BulletChartLocationBuilder()
BulletChartLocationBuilder(BulletChartLocation)
Declaration
public BulletChartLocationBuilder(BulletChartLocation model)
Parameters
Type | Name | Description |
---|---|---|
BulletChartLocation | model |
Methods
X(Double)
X coordinate of the legend in pixels.
Declaration
public BulletChartLocationBuilder X(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
BulletChartLocationBuilder |
Y(Double)
Y coordinate of the legend in pixels.
Declaration
public BulletChartLocationBuilder Y(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
BulletChartLocationBuilder |