Class SmithchartLegendLocationBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.EJ2.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 | Description |
---|---|
SmithchartLegendLocationBuilder |
Y(Double)
y location for legend.
Declaration
public SmithchartLegendLocationBuilder Y(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
SmithchartLegendLocationBuilder |