Editable: Boolean;
The Editable property determines whether points of chart data series can be edited.
Use JSON to set the property value and the getEditable method to get the property value.
Available values:
true. Editing data series point is allowed (default).
false. Editing data series point is not allowed.
The example of use is given on the Example of Creating a Line Chart page.
See also: