This sample shows the behavior of the data editing in the chart. Drag and drop the points to change the data values dynamically.
In this example, you can see how to drag and drop the data points in the chart by setting Enable property in ChartDataEditSettings
to true. Also, you can set data editing’s minimum and maximum range using the MinY
and MaxY
properties.
Chart component features are segregated into individual feature-wise modules. To use data editing, we need to inject
DataEditing
module using Chart.Inject(DataEditing)
method.
More information on the Data Editing can be found in this documentation section.