Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing Web Application Using DHTML Components > Working with Charts > Classes > ChartPoint > ChartPoint.EnableEdit

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