Class StockChartLocationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
StockChartLocationBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.StockChart.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)
Specifies the X coordinate position of the legend or tooltip in pixels.
Declaration
public StockChartLocationBuilder X(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartLocationBuilder |
Y(Double)
Specifies the Y coordinate position of the legend or tooltip in pixels.
Declaration
public StockChartLocationBuilder Y(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| StockChartLocationBuilder |