AllowUndo Property (FpChart)
Gets or sets a value indicating whether to allow undo and redo. If not enabled, no action will be added to undo list of the undo manager.
public bool AllowUndo {get; set;}
'Declaration
Public Property AllowUndo As Boolean
'Usage
Dim instance As FpChart
Dim value As Boolean
instance.AllowUndo = value
value = instance.AllowUndo