menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class MarkerPointers

    Class for marker pointers.

    Inheritance
    System.Object
    EJTagHelper
    MarkerPointers
    Inherited Members
    EJTagHelper.GetControlDetails()
    EJTagHelper.GetControlDetails(String)
    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.Models
    Assembly: Syncfusion.EJ.dll
    Syntax
    public class MarkerPointers : EJTagHelper

    Constructors

    MarkerPointers()

    Declaration
    public MarkerPointers()

    Properties

    Border

    Gets or sets the Border.

    Declaration
    [JsonProperty("border")]
    public LinearBorder Border { get; set; }
    Property Value
    Type Description
    LinearBorder

    Specifies The border.

    GradientCollection

    Gets or sets the MarkerPointerGradient.

    Declaration
    public virtual List<PointerGradient> GradientCollection { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<PointerGradient>

    Gradient is a collection by which we can set gradient effects to the Marker pointer.

    Gradients

    Gets or sets the Gradients.

    Declaration
    [JsonProperty("gradients")]
    public List<PointerGradient> Gradients { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.List<PointerGradient>

    Gradient is a collection by which we can set gradient effects to the Marker pointer.

    Length

    Gets or sets the Length.

    Declaration
    [JsonProperty("length")]
    public double Length { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the pointer Length of marker pointer.

    MarkerBackgroundColor

    Gets or sets the BackgroundColor.

    Declaration
    [JsonProperty("backgroundColor")]
    public string MarkerBackgroundColor { get; set; }
    Property Value
    Type Description
    System.String

    Specifies the backgroundColor of marker pointer.

    MarkerdistanceFromScale

    Gets or sets the DistanceFromScale.

    Declaration
    [JsonProperty("distanceFromScale")]
    public double MarkerdistanceFromScale { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the distanceFromScale of marker pointer.

    MarkerOpacity

    Gets or sets the Opacity.

    Declaration
    [JsonProperty("opacity")]
    public double MarkerOpacity { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the marker opacity.

    Placement

    Gets or sets the Placement.

    Declaration
    [JsonProperty("placement")]
    [JsonConverter(typeof(StringEnumConverter))]
    public PointerPlacement Placement { get; set; }
    Property Value
    Type Description
    PointerPlacement

    Specifies the pointer Placement of marker pointer.

    Type

    Gets or sets the Type.

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    [JsonProperty("type")]
    public MarkerType Type { get; set; }
    Property Value
    Type Description
    MarkerType

    Specifies the type of marker pointer.

    Value

    Gets or sets the Value.

    Declaration
    [JsonProperty("value")]
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the value of marker pointer.

    Width

    Gets or sets the Width.

    Declaration
    [JsonProperty("width")]
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double

    Specifies the pointer Width of marker pointer.

    Methods

    ShouldSerializeBorder()

    Shoulds the serialize border.

    Declaration
    public bool ShouldSerializeBorder()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeGradient()

    Shoulds the serialize gradient.

    Declaration
    public bool ShouldSerializeGradient()
    Returns
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved