Class ChartDragSettingsBuilder
Inherited Members
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.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)
To enable the drag the points.
Declaration
public ChartDragSettingsBuilder Enable(bool value)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | value |
Returns
Type | Description |
---|---|
ChartDragSettingsBuilder |
Fill(String)
To set the color of the edited point.
Declaration
public ChartDragSettingsBuilder Fill(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
ChartDragSettingsBuilder |
MaxY(Double)
To set the maximum y of the point.
Declaration
public ChartDragSettingsBuilder MaxY(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ChartDragSettingsBuilder |
MinY(Double)
To set the minimum y of the point.
Declaration
public ChartDragSettingsBuilder MinY(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
ChartDragSettingsBuilder |