Class BarPointerBuilder
Class for bar pointer builder.
Inheritance
System.Object
BarPointerBuilder
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 BarPointerBuilder
Constructors
BarPointerBuilder(Scales)
Initializes a new instance of the BarPointerBuilder class to indicate the bar pointer.
Declaration
public BarPointerBuilder(Scales barPointer)
Parameters
Type | Name | Description |
---|---|---|
Scales | barPointer | The bar pointer. |
Methods
Add()
Adds this instance.
Declaration
public void Add()
BarPointerBackgroundColor(String)
Bars the color of the pointer background.
Declaration
public BarPointerBuilder BarPointerBackgroundColor(string backgroundColor)
Parameters
Type | Name | Description |
---|---|---|
System.String | backgroundColor | Color of the background. |
Returns
Type | Description |
---|---|
BarPointerBuilder |
BarPointerDistanceFromScale(Double)
Bars the pointer distance from scale.
Declaration
public BarPointerBuilder BarPointerDistanceFromScale(double distanceFromScale)
Parameters
Type | Name | Description |
---|---|---|
System.Double | distanceFromScale | The distance from scale. |
Returns
Type | Description |
---|---|
BarPointerBuilder |
BarPointerOpacity(Double)
Bars the pointer opacity.
Declaration
public BarPointerBuilder BarPointerOpacity(double opacity)
Parameters
Type | Name | Description |
---|---|---|
System.Double | opacity | The opacity. |
Returns
Type | Description |
---|---|
BarPointerBuilder |
BarPointerValue(Double)
Bars the pointer value.
Declaration
public BarPointerBuilder BarPointerValue(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value | The value. |
Returns
Type | Description |
---|---|
BarPointerBuilder |
Gradients(Action<ScaleBarGradientBuilder>)
Gradientses the specified gradient.
Declaration
public BarPointerBuilder Gradients(Action<ScaleBarGradientBuilder> gradient)
Parameters
Type | Name | Description |
---|---|---|
System.Action<ScaleBarGradientBuilder> | gradient | The gradient. |
Returns
Type | Description |
---|---|
BarPointerBuilder |
Width(Double)
Widthes the specified width.
Declaration
public BarPointerBuilder Width(double width)
Parameters
Type | Name | Description |
---|---|---|
System.Double | width | The width. |
Returns
Type | Description |
---|---|
BarPointerBuilder |