Class ChartDragSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
ChartDragSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.Charts
Assembly: Syncfusion.AspNetMvc.Charts.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 |