[]
Represents which kind of SpreadChart undoable action.
public enum SpreadChartUndoAction.ActionType
Public Enum SpreadChartUndoAction.ActionType
Name | Description |
---|---|
ChartDesigner | Change chart by opening FpChart Designer. |
ChartModel | ChartModel is changed |
ChartType | ChartType is changed. |
ChartViewType | User switch between 2D and 3D. |
CopyMoveResize | User move and/or resize SpreadChart to other location and try to clone it. |
DataIndicator | DataIndicator is changed. |
MoveChart | User move SpreadChart to other SheetView. |
MoveResize | User move SpreadChart to other location or resize it. |
None | Do nothing |
PasteChartToChart | Paste a chart's content to another chart |
SelectData | ChartDataIndicator is changed. It's offen raised by SelectData form. |
SeriesChartType | SeriesChartType is changed. |
SwitchRowColumn | User switch using Row as Column and vice versa. |