ASP.NET MVC

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BarPointers - ASP.NETMVC API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BarPointers

    Class for bar pointers.

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

    Constructors

    BarPointers()

    Declaration
    public BarPointers()

    Properties

    BarPointerBackgroundColor

    Gets or sets the BackgroundColor.

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

    Specifies the color of the bar pointer background.

    BarPointerdistanceFromScale

    Gets or sets the DistanceFromScale.

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

    Specifies the distanceFromScale of bar pointer.

    BarPointerOpacity

    Gets or sets the Opacity.

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

    Specifies the bar pointer opacity.

    BarPointerValue

    Gets or sets the BarPointerValue.

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

    Specifies the bar pointer value.

    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 GradientCollection.

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

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

    Gradients

    Gets or sets the Gradients.

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

    Gradient is a collection by which we can set gradient effects to the Bar 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 bar pointer

    Methods

    ShouldSerializeScaleBarGradient()

    Shoulds the serialize scale bar gradient.

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

    ShouldSerializeScaleBorder()

    Shoulds the serialize scale border.

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