[]
        
(Showing Draft Content)

FarPoint.Win.Chart.MoveResizeUndoAction

MoveResizeUndoAction Class

Represents an undo action for moving or resizing an object. Object could be a label, legend or plot area.

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

Constructors

Name Description
MoveResizeUndoAction(object, SizeF, PointF)

Initializes a new instance of the MoveResizeUndoAction class.

Fields

Name Description
newLoc

A variable to store new location.

newSize

A variable to store new size.

obj

The object to be resizedor moved.

oldChartTitleOverLay

The object to be store chart title Overlay state.

oldLoc

A variable to store old location.

oldManualLayout

The object to be store plot area manual layout state.

oldSize

A variable to store old size.

oldVaryColorExcelPolicy

The object store vary color state.

Methods

Name Description
PerformUndoAction(object)

Performs the undo action.

SaveUndoState()

Saves undo state information.

Undo(object)

Undoes the action.