Class DistanceFromScaleBuilder
Class for distance from scale builder.
Inheritance
System.Object
DistanceFromScaleBuilder
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.JavaScript.DataVisualization
Assembly: Syncfusion.EJ.dll
Syntax
public class DistanceFromScaleBuilder
Constructors
DistanceFromScaleBuilder(DistanceFromScale)
Initializes a new instance of the DistanceFromScaleBuilder class to indicate the distance from scale.
Declaration
public DistanceFromScaleBuilder(DistanceFromScale distance)
Parameters
Type | Name | Description |
---|---|---|
DistanceFromScale | distance | The distance. |
DistanceFromScaleBuilder(Labels)
Initializes a new instance of the DistanceFromScaleBuilder class to indicate the linear labels.
Declaration
public DistanceFromScaleBuilder(Labels labels)
Parameters
Type | Name | Description |
---|---|---|
Labels | labels | The labels. |
DistanceFromScaleBuilder(LinearTicks)
Initializes a new instance of the DistanceFromScaleBuilder class to indicate the linear ticks.
Declaration
public DistanceFromScaleBuilder(LinearTicks ticks)
Parameters
Type | Name | Description |
---|---|---|
LinearTicks | ticks | The ticks. |
Methods
X(Double)
xes the specified x.
Declaration
public DistanceFromScaleBuilder X(double x)
Parameters
Type | Name | Description |
---|---|---|
System.Double | x | The x. |
Returns
Type | Description |
---|---|
DistanceFromScaleBuilder |
Y(Double)
ies the specified y.
Declaration
public DistanceFromScaleBuilder Y(double y)
Parameters
Type | Name | Description |
---|---|---|
System.Double | y | The y. |
Returns
Type | Description |
---|---|
DistanceFromScaleBuilder |