Specifies if the Chart allows editing, dragging the markers in the chart. When the marker is viewer tries to request an update on the server

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool IsEditingEnabled { get; set; }
Visual Basic
Public Property IsEditingEnabled As Boolean
	Get
	Set
JScript
function get IsEditingEnabled () : boolean
function set IsEditingEnabled (value : boolean)

See Also