menu

ASP.NET MVC

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

    Show / Hide Table of Contents

    Class DragSettings

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

    Constructors

    DragSettings()

    Declaration
    public DragSettings()

    Properties

    Enable

    Gets or sets the enable value indicating whether dragging should be enabled or not for dragging chart series points.

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

    Enables or disables the ability to drag the series point interactively

    Type

    Gets or sets the type of dragging, which drags the data point based on dragging type like X, Y or both XY directio.

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

    Specifies the type of dragging to drag the point

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