[]
        
(Showing Draft Content)

FarPoint.Win.Spread.Chart.SpreadChartUndoAction

SpreadChartUndoAction Class

This class repesents the action which user change chart data indicator from SheetView.

Inheritance
SpreadChartUndoAction
Implements
Namespace: FarPoint.Win.Spread.Chart
Assembly: FarPoint.Win.Spread.dll
Syntax
public class SpreadChartUndoAction : UndoAction, ICloneable
Public Class SpreadChartUndoAction
    Inherits UndoAction
    Implements ICloneable

Constructors

Name Description
SpreadChartUndoAction(ChartShape, Rectangle)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, ChartModel)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, ChartModel, ChartViewType)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, ChartModel, ChartViewType, ActionType)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, ChartModel, ChartDataSetting, ActionType)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, ChartModel, ActionType)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, ChartViewType)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, Series, ChartModel, ChartViewType)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, SheetCellRange, SheetCellRange, SheetCellRange)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, ActionType)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SpreadChart, string, int, bool)

Initializes a new instance of the SpreadChartUndoAction class.

SpreadChartUndoAction(SheetView, SpreadChart, Rectangle)

Initializes a new instance of the SpreadChartUndoAction class.

Methods

Name Description
PerformUndoAction(object)

Performs the undo action.

SaveUndoState()

Saves the undo state before performing the action.

ToString()

Returns a string that represents the current object.

Undo(object)

Undoes the action.