menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PointersBuilder

    Show / Hide Table of Contents

    Class PointersBuilder

    Class for pointers builder.

    Inheritance
    System.Object
    PointersBuilder
    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 PointersBuilder

    Constructors

    PointersBuilder(CircularScales)

    Initializes a new instance of the PointersBuilder class to indicate the scale pointer.

    Declaration
    public PointersBuilder(CircularScales pointers)
    Parameters
    Type Name Description
    CircularScales pointers

    The pointers.

    Methods

    Add()

    Adds this instance.

    Declaration
    public void Add()

    BackgroundColor(String)

    Backgrounds the color.

    Declaration
    public PointersBuilder BackgroundColor(string backgroundColor)
    Parameters
    Type Name Description
    System.String backgroundColor

    Color of the background.

    Returns
    Type Description
    PointersBuilder

    BackNeedleLength(Double)

    Backs the length of the needle.

    Declaration
    public PointersBuilder BackNeedleLength(double backNeedleLength)
    Parameters
    Type Name Description
    System.Double backNeedleLength

    Length of the back needle.

    Returns
    Type Description
    PointersBuilder

    Border(Action<CircularBorderBuilder>)

    Borders the specified border.

    Declaration
    public PointersBuilder Border(Action<CircularBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<CircularBorderBuilder> border

    The border.

    Returns
    Type Description
    PointersBuilder

    DistanceFromScale(Double)

    Distances from scale.

    Declaration
    public PointersBuilder DistanceFromScale(double distanceFromScale)
    Parameters
    Type Name Description
    System.Double distanceFromScale

    The distance from scale.

    Returns
    Type Description
    PointersBuilder

    Gradients(Action<CircularPointerGradientBuilder>)

    Gradientses the specified gradient.

    Declaration
    public PointersBuilder Gradients(Action<CircularPointerGradientBuilder> gradient)
    Parameters
    Type Name Description
    System.Action<CircularPointerGradientBuilder> gradient

    The gradient.

    Returns
    Type Description
    PointersBuilder

    ImageUrl(String)

    pointer image URL.

    Declaration
    public PointersBuilder ImageUrl(string imageUrl)
    Parameters
    Type Name Description
    System.String imageUrl

    URL of pointer image.

    Returns
    Type Description
    PointersBuilder

    Length(Double)

    Lengthes the specified length.

    Declaration
    public PointersBuilder Length(double length)
    Parameters
    Type Name Description
    System.Double length

    The length.

    Returns
    Type Description
    PointersBuilder

    MarkerType(MarkerType)

    Markers the type.

    Declaration
    public PointersBuilder MarkerType(MarkerType markerType)
    Parameters
    Type Name Description
    MarkerType markerType

    Type of the marker.

    Returns
    Type Description
    PointersBuilder

    NeedleType(NeedleType)

    Needles the type.

    Declaration
    public PointersBuilder NeedleType(NeedleType needleType)
    Parameters
    Type Name Description
    NeedleType needleType

    Type of the needle.

    Returns
    Type Description
    PointersBuilder

    Opacity(Double)

    Opacities the specified opacity.

    Declaration
    public PointersBuilder Opacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity

    The opacity.

    Returns
    Type Description
    PointersBuilder

    Placement(PointerPlacement)

    Placements the specified placement.

    Declaration
    public PointersBuilder Placement(PointerPlacement placement)
    Parameters
    Type Name Description
    PointerPlacement placement

    The placement.

    Returns
    Type Description
    PointersBuilder

    PointerValueText(Action<PointerValueTextBuilder>)

    Pointers the value text.

    Declaration
    public PointersBuilder PointerValueText(Action<PointerValueTextBuilder> pointerValueText)
    Parameters
    Type Name Description
    System.Action<PointerValueTextBuilder> pointerValueText

    The pointer value text.

    Returns
    Type Description
    PointersBuilder

    ShowBackNeedle()

    Shows the back needle.

    Declaration
    public PointersBuilder ShowBackNeedle()
    Returns
    Type Description
    PointersBuilder

    ShowBackNeedle(Boolean)

    Shows the back needle.

    Declaration
    public PointersBuilder ShowBackNeedle(bool showBackNeedle)
    Parameters
    Type Name Description
    System.Boolean showBackNeedle

    if set to true [show back needle].

    Returns
    Type Description
    PointersBuilder

    Type(PointerType)

    Types the specified type.

    Declaration
    public PointersBuilder Type(PointerType type)
    Parameters
    Type Name Description
    PointerType type

    The type.

    Returns
    Type Description
    PointersBuilder

    Value(Double)

    Values the specified value.

    Declaration
    public PointersBuilder Value(double value)
    Parameters
    Type Name Description
    System.Double value

    The value.

    Returns
    Type Description
    PointersBuilder

    Width(Double)

    Widthes the specified width.

    Declaration
    public PointersBuilder Width(double width)
    Parameters
    Type Name Description
    System.Double width

    The width.

    Returns
    Type Description
    PointersBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved