[]
        
(Showing Draft Content)

FarPoint.Win.Chart.ClipboardPasteUndoAction

ClipboardPasteUndoAction Class

Represents an undo action for pasting an object from clipboard. Object could be a label area, legend area, plot area or series info.

Inheritance
ClipboardPasteUndoAction
Namespace: FarPoint.Win.Chart
Assembly: FarPoint.Win.Chart.dll
Syntax
public class ClipboardPasteUndoAction : UndoAction
Public Class ClipboardPasteUndoAction
    Inherits UndoAction

Constructors

Name Description
ClipboardPasteUndoAction(ChartModel, object)

Initializes a new instance of the ClipboardPasteUndoAction class.

Fields

Name Description
model

The chart model to which the object is pasted to.

obj

The object to paste.

Properties

Name Description
PastingObject

Gets the object to paste. The object could be a label area, legend area, plot area or series info.

Methods

Name Description
PerformUndoAction(object)

Performs the undo action.

SaveUndoState()

Saves undo state information.

Undo(object)

Undoes the action.