property G2antt.ReadOnly as ReadOnlyEnum
Retrieves or sets a value that indicates whether the control is read only.

TypeDescription
ReadOnlyEnum A ReadOnlyEnum expression that indicates whether the control is read only. 

The ReadOnly property makes the control read only. Use the Enabled property to disable the control. Use the Locked property to lock an editor. If the control is read only, the Edit or Change event is not fired. Use the CellEditorVisible property to hide the cell's editor. Use the SelectableItem property to specify the user can select an item. 

The ReadOnly property of the control mostly refers ot the List/Columns section of the control, and it is not applied to the Chart section. 

You can use the following properties to prevent changes in the Chart section.