Class LinearTicksBuilder
Class for linear gauge tick builder.
Inheritance
System.Object
LinearTicksBuilder
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 LinearTicksBuilder
Constructors
LinearTicksBuilder(Scales)
Initializes a new instance of the LinearTicksBuilder class to indicate the tick.
Declaration
public LinearTicksBuilder(Scales ticks)
Parameters
Type | Name | Description |
---|---|---|
Scales | ticks | The ticks. |
Methods
Add()
Adds this instance.
Declaration
public void Add()
Angle(Int32)
Angles the specified angle.
Declaration
public LinearTicksBuilder Angle(int angle)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | angle | The angle. |
Returns
Type | Description |
---|---|
LinearTicksBuilder |
Color(String)
Colors the specified color.
Declaration
public LinearTicksBuilder Color(string color)
Parameters
Type | Name | Description |
---|---|---|
System.String | color | The color. |
Returns
Type | Description |
---|---|
LinearTicksBuilder |
DistanceFromScale(Action<DistanceFromScaleBuilder>)
Distances from scale.
Declaration
public LinearTicksBuilder DistanceFromScale(Action<DistanceFromScaleBuilder> distanceFromScale)
Parameters
Type | Name | Description |
---|---|---|
System.Action<DistanceFromScaleBuilder> | distanceFromScale | The distance from scale. |
Returns
Type | Description |
---|---|
LinearTicksBuilder |
Height(Double)
Heights the specified height.
Declaration
public LinearTicksBuilder Height(double height)
Parameters
Type | Name | Description |
---|---|---|
System.Double | height | The height. |
Returns
Type | Description |
---|---|
LinearTicksBuilder |
Opacity(Double)
Opacities the specified opacity.
Declaration
public LinearTicksBuilder Opacity(double opacity)
Parameters
Type | Name | Description |
---|---|---|
System.Double | opacity | The opacity. |
Returns
Type | Description |
---|---|
LinearTicksBuilder |
Placement(TickPlacement)
Placements the specified placement.
Declaration
public LinearTicksBuilder Placement(TickPlacement placement)
Parameters
Type | Name | Description |
---|---|---|
TickPlacement | placement | The placement. |
Returns
Type | Description |
---|---|
LinearTicksBuilder |
Type(TickType)
Types the specified type.
Declaration
public LinearTicksBuilder Type(TickType type)
Parameters
Type | Name | Description |
---|---|---|
TickType | type | The type. |
Returns
Type | Description |
---|---|
LinearTicksBuilder |
Width(Double)
Widthes the specified width.
Declaration
public LinearTicksBuilder Width(double width)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | The width. |
Returns
Type | Description |
---|---|
LinearTicksBuilder |