property Element.StartUpdateElement as Long
Starts changing properties of the element, so EndUpdateElement method adds programmatically updated properties to undo/redo queue.

TypeDescription
Long A Long expression that specifies the handle to be passed to EndUpdateElement so the updated properties of the bar are added to the Undo/Redo queue of the chart, so they can be used in undo/redo operations.
The StartUpdateElement/EndUpdateElement methods record and add changes of the current element to the control's Undo/Redo queue. You can use the StartBlockUndoRedo / EndBlockUndoRedo methods to group multiple Undo/Redo operations into a single-block. The AllowUndoRedo property specifies whether the control supports undo/redo operations for objects (elements, links, ...). No entry is added to the Undo/Redo queue if no property is changed for the current element. Each call of the StartUpdateElement must be succeeded by a EndUpdateElement call. The UndoListAction property lists the Undo actions that can be performed in the chart. The RedoListAction property lists the Redo actions that can be performed in the chart.

The StartUpdateElement/EndUpdateElement methods can record changes for the following properties only:

The Undo/Redo records show as:

within the UndoListAction/RedoListAction result.