[]
Represents an undo action for pasting an object from clipboard. Object could be a label area, legend area, plot area or series info.
public class ClipboardPasteUndoAction : UndoAction
Public Class ClipboardPasteUndoAction
Inherits UndoAction
| Name | Description |
|---|---|
| ClipboardPasteUndoAction(ChartModel, object) | Initializes a new instance of the ClipboardPasteUndoAction class. |
| Name | Description |
|---|---|
| model | The chart model to which the object is pasted to. |
| obj | The object to paste. |
| Name | Description |
|---|---|
| PastingObject | Gets the object to paste. The object could be a label area, legend area, plot area or series info. |
| Name | Description |
|---|---|
| PerformUndoAction(object) | Performs the undo action. |
| SaveUndoState() | Saves undo state information. |
| Undo(object) | Undoes the action. |