ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class LinearGaugePointer - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class LinearGaugePointer

    Inheritance
    System.Object
    EJTagHelper
    LinearGaugePointer
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.LinearGauge
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class LinearGaugePointer : EJTagHelper

    Constructors

    LinearGaugePointer()

    Declaration
    public LinearGaugePointer()

    Properties

    AnimationDuration

    Sets and gets the duration of animation in pointer.

    Declaration
    public double AnimationDuration { get; set; }
    Property Value
    Type Description
    System.Double

    Border

    Sets and gets the options to optimize the color and width of the border for pointers.

    Declaration
    public LinearGaugeBorder Border { get; set; }
    Property Value
    Type Description
    LinearGaugeBorder

    Color

    Sets and gets the color of the pointer.

    Declaration
    public string Color { get; set; }
    Property Value
    Type Description
    System.String

    Description

    Sets and gets the description for the pointer.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    EnableDrag

    Enables or disables the drag movement of pointer.

    Declaration
    public bool EnableDrag { get; set; }
    Property Value
    Type Description
    System.Boolean

    Height

    Sets and gets the height of the pointer.

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    ImageUrl

    Sets and gets the URL path for the image in marker when the marker type is chosen as image.

    Declaration
    public string ImageUrl { get; set; }
    Property Value
    Type Description
    System.String

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    LinearGradient

    Sets and gets the properties to render a linear gradient for the pointer. If both linear and radial gradient is set, then the linear gradient will be rendered in the pointer.

    Declaration
    public LinearGaugeLinearGradient LinearGradient { get; set; }
    Property Value
    Type Description
    LinearGaugeLinearGradient

    MarkerType

    Sets and gets the type of the marker for pointers in axis.

    Declaration
    public MarkerType MarkerType { get; set; }
    Property Value
    Type Description
    MarkerType

    Offset

    Sets and gets the value to position the pointer from the axis.

    Declaration
    public string Offset { get; set; }
    Property Value
    Type Description
    System.String

    Opacity

    Sets and gets the opacity of pointer in linear gauge.

    Declaration
    public double Opacity { get; set; }
    Property Value
    Type Description
    System.Double

    Placement

    Sets and gets the place of the pointer.

    Declaration
    public Placement Placement { get; set; }
    Property Value
    Type Description
    Placement

    Position

    Sets and gets the position of the pointer.

    Declaration
    public Position Position { get; set; }
    Property Value
    Type Description
    Position

    RadialGradient

    Sets and gets the properties to render a radial gradient for the pointer.

    Declaration
    public LinearGaugeRadialGradient RadialGradient { get; set; }
    Property Value
    Type Description
    LinearGaugeRadialGradient

    RoundedCornerRadius

    Sets and gets the corner radius for pointer.

    Declaration
    public double RoundedCornerRadius { get; set; }
    Property Value
    Type Description
    System.Double

    Type

    Sets and gets the type of pointer in axis.

    Declaration
    public Point Type { get; set; }
    Property Value
    Type Description
    Point

    Value

    Sets and gets the value of the pointer in axis.

    Declaration
    public double Value { get; set; }
    Property Value
    Type Description
    System.Double

    Width

    Sets and gets the width of the pointer.

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved