menu

ASP.NET MVC - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartDragSettings - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartDragSettings

    Inheritance
    System.Object
    Syncfusion.EJ2.EJTagHelper
    ChartDragSettings
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartDragSettings : EJTagHelper

    Constructors

    ChartDragSettings()

    Declaration
    public ChartDragSettings()

    Properties

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type
    Syncfusion.EJ2.MvcTemplate<System.Object>

    Enable

    If set to true, dragging of the points is enabled. If set to false, dragging is disabled.

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

    The default value is false

    Fill

    Sets the color of the point while it is being edited.

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

    The default value is null

    MaxY

    Sets the maximum y-coordinate value that a point can be dragged to.

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

    The default value is Double.NaN

    MinY

    Sets the minimum y-coordinate value that a point can be dragged to.

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

    The default value is Double.NaN

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