menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class ChartDragSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    ChartDragSettingsBuilder
    Namespace: Syncfusion.EJ2.Charts
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class ChartDragSettingsBuilder : ControlBuilder

    Constructors

    ChartDragSettingsBuilder()

    Declaration
    public ChartDragSettingsBuilder()

    ChartDragSettingsBuilder(ChartDragSettings)

    Declaration
    public ChartDragSettingsBuilder(ChartDragSettings model)
    Parameters
    Type Name Description
    ChartDragSettings model

    Methods

    Enable(Boolean)

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

    Declaration
    public ChartDragSettingsBuilder Enable(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type
    ChartDragSettingsBuilder

    Fill(String)

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

    Declaration
    public ChartDragSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type
    ChartDragSettingsBuilder

    MaxY(Double)

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

    Declaration
    public ChartDragSettingsBuilder MaxY(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartDragSettingsBuilder

    MinY(Double)

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

    Declaration
    public ChartDragSettingsBuilder MinY(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type
    ChartDragSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved