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