Class ChartDragSettings
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 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 | Description |
---|---|
MvcTemplate<System.Object> |
Enable
To enable the drag the points.
Declaration
[HtmlAttributeName("enable")]
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
[HtmlAttributeName("fill")]
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
[HtmlAttributeName("maxY")]
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
[HtmlAttributeName("minY")]
public double MinY { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is Double.NaN |