Class ChartDataEditSettings
Options to customize the drag settings for series.
Inherited Members
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public class ChartDataEditSettings : ChartSubComponent, ISubcomponentTracker
Constructors
ChartDataEditSettings()
Declaration
public ChartDataEditSettings()
Properties
Enable
To enable the drag the points.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Fill
To set the color of the edited point.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MaxY
To set the maximum y of the point.
Declaration
public double MaxY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
MinY
To set the minimum y of the point.
Declaration
public double MinY { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Methods
OnInitialized()
Declaration
protected override void OnInitialized()