• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Theme Selection
Mode Selection
Touch
Mouse
Localization
*Translated by Google Translator.
Currency

Example of Data Editing in ASP.NET MVC Chart Control

This sample shows the behavior of the data editing in the chart. Drag and drop the points to change the data values dynamically.

DEMO
SOURCE

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.

Tooltip is enabled in this example. To see the tooltip in action, hover a point or tap on a point in touch enabled devices.

More information about the data editing can be found in this documentation section.