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