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