State: Boolean;
The State property determines whether chart edit mode is active.
Available values:
true. Edit mode is active.
false. Edit mode is inactive (default).
Use JSON or the setState method to set the property value, and the getState method to get the property value.
The example of property use is identical to the example of using the ChartEditMode.Enabled property.
See also: