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
To enable dragging the points.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Fill
To set the color of the edited point.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
MaxY
To set the maximum y of the point.
Declaration
public double MaxY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |
MinY
To set the minimum y of the point.
Declaration
public double MinY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |