Class Chart3DLocationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
Chart3DLocationBuilder
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.Chart3D.dll
Syntax
public class Chart3DLocationBuilder : ControlBuilder
Constructors
Chart3DLocationBuilder()
Declaration
public Chart3DLocationBuilder()
Chart3DLocationBuilder(Chart3DLocation)
Declaration
public Chart3DLocationBuilder(Chart3DLocation model)
Parameters
| Type | Name | Description |
|---|---|---|
| Chart3DLocation | model |
Methods
X(Double)
Specifies the X coordinate position of the legend or tooltip in pixels.
Declaration
public Chart3DLocationBuilder X(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| Chart3DLocationBuilder |
Y(Double)
Specifies the Y coordinate position of the legend or tooltip in pixels.
Declaration
public Chart3DLocationBuilder Y(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| Chart3DLocationBuilder |