ChartPoint.EnableEdit

Syntax

EnableEdit: Boolean;

Description

The EnableEdit property determines whether editing is enabled for the data series point.

Comments

Use JSON or the setEnableEdit method to set the property value, and the getEnableEdit method to get the property value.

Available values:

Example

The example of use is given on the Example of Creating a Stacked Histogram page.

See also:

ChartPoint