Class SmithchartLegendLocationBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
SmithchartLegendLocationBuilder
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.Smithchart.dll
Syntax
public class SmithchartLegendLocationBuilder : ControlBuilder
Constructors
SmithchartLegendLocationBuilder()
Declaration
public SmithchartLegendLocationBuilder()
SmithchartLegendLocationBuilder(SmithchartLegendLocation)
Declaration
public SmithchartLegendLocationBuilder(SmithchartLegendLocation model)
Parameters
| Type | Name | Description |
|---|---|---|
| SmithchartLegendLocation | model |
Methods
X(Double)
x location for legend.
Declaration
public SmithchartLegendLocationBuilder X(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SmithchartLegendLocationBuilder |
Y(Double)
y location for legend.
Declaration
public SmithchartLegendLocationBuilder Y(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| SmithchartLegendLocationBuilder |