# FarPoint.Win.Spread.Chart.SpreadChartUndoAction.ActionType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType" data-uid="FarPoint.Win.Spread.Chart.SpreadChartUndoAction.ActionType" class="text-break">SpreadChartUndoAction.ActionType Enum
</h1>
  <div class="markdown level0 summary"><p>Represents which kind of SpreadChart undoable action.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Spread.Chart.html">FarPoint.Win.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Spread.dll</h6>
  <h5 id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum SpreadChartUndoAction.ActionType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum SpreadChartUndoAction.ActionType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_ChartDesigner">ChartDesigner</td>
        <td><p>Change chart by opening FpChart Designer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_ChartModel">ChartModel</td>
        <td><p>ChartModel is changed</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_ChartType">ChartType</td>
        <td><p>ChartType is changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_ChartViewType">ChartViewType</td>
        <td><p>User switch between 2D and 3D.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_CopyMoveResize">CopyMoveResize</td>
        <td><p>User move and/or resize SpreadChart to other location and try to clone it.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_DataIndicator">DataIndicator</td>
        <td><p>DataIndicator is changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_MoveChart">MoveChart</td>
        <td><p>User move SpreadChart to other SheetView.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_MoveResize">MoveResize</td>
        <td><p>User move SpreadChart to other location or resize it.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_None">None</td>
        <td><p>Do nothing</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_PasteChartToChart">PasteChartToChart</td>
        <td><p>Paste a chart's content to another chart</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_SelectData">SelectData</td>
        <td><p>ChartDataIndicator is changed. It's offen raised by SelectData form.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_SeriesChartType">SeriesChartType</td>
        <td><p>SeriesChartType is changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartUndoAction_ActionType_SwitchRowColumn">SwitchRowColumn</td>
        <td><p>User switch using Row as Column and vice versa.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
