Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartUndoAction.ActionType Enumeration


SpreadChartUndoAction.ActionType Enumeration
Represents which kind of SpreadChart undoable action.
Syntax
'Declaration
 
Public Enum SpreadChartUndoAction.ActionType 
   Inherits System.Enum
 
'Usage
 
Dim instance As SpreadChartUndoAction.ActionType
Members
MemberDescription
ChartDesignerChange chart by opening FpChart Designer.
ChartModelChartModel is changed
ChartTypeChartType is changed.
ChartViewTypeUser switch between 2D and 3D.
CopyMoveResizeUser move and/or resize SpreadChart to other location and try to clone it.
DataIndicatorDataIndicator is changed.
MoveChartUser move SpreadChart to other SheetView.
MoveResizeUser move SpreadChart to other location or resize it.
NoneDo nothing
PasteChartToChartPaste a chart's content to another chart
SelectDataChartDataIndicator is changed. It's offen raised by SelectData form.
SeriesChartTypeSeriesChartType is changed.
SwitchRowColumnUser switch using Row as Column and vice versa.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Win.Spread.Chart.SpreadChartUndoAction.ActionType

See Also