FarPoint.Win.Chart
ClipboardPasteUndoAction Class Members
See Also  Fields  Properties  Methods 
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace : ClipboardPasteUndoAction Class


The following tables list the members exposed by ClipboardPasteUndoAction.

Public Constructors

 NameDescription
Public ConstructorClipboardPasteUndoAction Constructor Initializes a new instance of the ClipboardPasteUndoAction class.  
Top

Protected Fields

 NameDescription
Protected Fieldmodel The chart model to which the object is pasted to.  
Protected Fieldobj The object to paste.  
Top

Public Properties

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

Public Methods

 NameDescription
Public MethodPerformAction Performs the undo action. (Inherited from UndoAction)
Public MethodPerformUndoActionOverridden.  Performs the undo action.  
Public MethodUndoOverridden.  Undoes the action.  
Top

Protected Methods

 NameDescription
Protected MethodSaveUndoStateOverridden.  Saves undo state information.  
Top

See Also