menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class Pointers

    Class for pointers.

    Inheritance
    System.Object
    EJTagHelper
    Pointers
    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 Pointers : EJTagHelper

    Constructors

    Pointers()

    Declaration
    public Pointers()

    Properties

    BackgroundColor

    Gets or sets the backgroundColor.

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

    Specifies the color of the background.

    BackNeedleLength

    Gets or sets BackNeedleLength.

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

    Specify the length of the back needle.

    Border

    Gets or sets the Border.

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

    Specifies the border.

    DistanceFromScale

    Gets or sets the DistanceFromScale.

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

    Specifies the distance from scale.

    Gradients

    Circular Pointer Gradient is a collection by which we can give gradients effects to the ranges This Property defining the custom labels property for MVC platform

    Declaration
    [JsonProperty("gradients")]
    public CircularPointerGradient Gradients { get; set; }
    Property Value
    Type Description
    CircularPointerGradient

    ImageUrl

    Gets or sets the ImageUrl.

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

    Specifies the image URL for pointers.

    Length

    Gets or sets the Length.

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

    Specifies the length.

    MarkerType

    Gets or sets the MarkerType.

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

    Specifies the type of the marker.

    NeedleType

    Gets or sets the type of the needle.

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

    Specifies the type of the needle.

    Opacity

    Gets or sets the Opacity.

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

    Specifies the opacity value.

    Placement

    Gets or sets the Placement.

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

    Specifies the placement.

    PointerValueText

    Gets or sets the PointerValueText.

    Declaration
    [JsonProperty("pointerValueText")]
    public PointerValueText PointerValueText { get; set; }
    Property Value
    Type Description
    PointerValueText

    Specifies the pointer value text.

    ShowBackNeedle

    Gets or sets the value for ShowBackNeedle.

    Declaration
    [JsonProperty("showBackNeedle")]
    public bool ShowBackNeedle { get; set; }
    Property Value
    Type Description
    System.Boolean

    Show/hide the back needle.

    Type

    Gets or sets the Type.

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

    The type.

    Value

    Gets or sets the Value.

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

    Specifies the value.

    Width

    Gets or sets the Width.

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

    Specifies the width.

    Methods

    ShouldSerializeBorder()

    Shoulds the serialize border.

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

    ShouldSerializePointerGradient()

    Shoulds the serialize pointer gradient.

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

    ShouldSerializePointerValueText()

    Shoulds the serialize pointer value text.

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