menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MarkerPointerBuilder

    Class for marker pointer builder.

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

    Constructors

    MarkerPointerBuilder(Scales)

    Initializes a new instance of the MarkerPointerBuilder class to indicate the marker pointer value.

    Declaration
    public MarkerPointerBuilder(Scales markerPointer)
    Parameters
    Type Name Description
    Scales markerPointer

    The marker pointer.

    Methods

    Add()

    Adds this instance.

    Declaration
    public void Add()

    Border(Action<LinearBorderBuilder>)

    Borders the specified border.

    Declaration
    public MarkerPointerBuilder Border(Action<LinearBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<LinearBorderBuilder> border

    The border.

    Returns
    Type Description
    MarkerPointerBuilder

    Gradients(Action<PointerGradientBuilder>)

    Gradientses the specified gradient.

    Declaration
    public MarkerPointerBuilder Gradients(Action<PointerGradientBuilder> gradient)
    Parameters
    Type Name Description
    System.Action<PointerGradientBuilder> gradient

    The gradient.

    Returns
    Type Description
    MarkerPointerBuilder

    Length(Double)

    Lengthes the specified length.

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

    The length.

    Returns
    Type Description
    MarkerPointerBuilder

    MarkerBackgroundColor(String)

    Markers the color of the background.

    Declaration
    public MarkerPointerBuilder MarkerBackgroundColor(string backgroundColor)
    Parameters
    Type Name Description
    System.String backgroundColor

    Color of the background.

    Returns
    Type Description
    MarkerPointerBuilder

    MarkerDistanceFromScale(Double)

    Markers the distance from scale.

    Declaration
    public MarkerPointerBuilder MarkerDistanceFromScale(double distanceFromScale)
    Parameters
    Type Name Description
    System.Double distanceFromScale

    The distance from scale.

    Returns
    Type Description
    MarkerPointerBuilder

    MarkerOpacity(Double)

    Markers the opacity.

    Declaration
    public MarkerPointerBuilder MarkerOpacity(double opacity)
    Parameters
    Type Name Description
    System.Double opacity

    The opacity.

    Returns
    Type Description
    MarkerPointerBuilder

    Placement(PointerPlacement)

    Placements the specified placement.

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

    The placement.

    Returns
    Type Description
    MarkerPointerBuilder

    Type(MarkerType)

    Types the specified type.

    Declaration
    public MarkerPointerBuilder Type(MarkerType type)
    Parameters
    Type Name Description
    MarkerType type

    The type.

    Returns
    Type Description
    MarkerPointerBuilder

    Value(Double)

    Values the specified value.

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

    The value.

    Returns
    Type Description
    MarkerPointerBuilder

    Width(Double)

    Widthes the specified width.

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

    The width.

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