# FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction" data-uid="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction" class="text-break">SpreadChartSeriesIndicatorUndoAction Class
</h1>
  <div class="markdown level0 summary"><p>This class represents the action which user change a part of data indicator from SheetView</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="FarPoint.Win.Spread.Action.html">Action</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Spread.UndoRedo.UndoAction.html">UndoAction</a></div>
    <div class="level3"><span class="xref">SpreadChartSeriesIndicatorUndoAction</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </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_SpreadChartSeriesIndicatorUndoAction_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpreadChartSeriesIndicatorUndoAction : UndoAction, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SpreadChartSeriesIndicatorUndoAction
    Inherits UndoAction
    Implements ICloneable</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction__ctor_FarPoint_Win_Spread_Chart_SpreadChart_FarPoint_Win_Chart_Series_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Chart_SheetCellRange___" data-uid="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.#ctor(FarPoint.Win.Spread.Chart.SpreadChart,FarPoint.Win.Chart.Series,FarPoint.Win.Spread.Chart.SheetCellRange,FarPoint.Win.Spread.Chart.SheetCellRange,FarPoint.Win.Spread.Chart.SheetCellRange[])">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction__ctor_FarPoint_Win_Spread_Chart_SpreadChart_FarPoint_Win_Chart_Series_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Chart_SheetCellRange_FarPoint_Win_Spread_Chart_SheetCellRange___">SpreadChartSeriesIndicatorUndoAction(SpreadChart, Series, SheetCellRange, SheetCellRange, SheetCellRange[])</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.html">SpreadChartSeriesIndicatorUndoAction</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction_PerformUndoAction_System_Object_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.PerformUndoAction(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.PerformUndoAction.html#FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction_PerformUndoAction_System_Object_">PerformUndoAction(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Performs the undo action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction_SaveUndoState" data-uid="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.SaveUndoState">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.SaveUndoState.html#FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction_SaveUndoState">SaveUndoState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the undo state before performing the action.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction_ToString" data-uid="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.ToString">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.ToString.html#FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a> that represents the current <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction_Undo_System_Object_" data-uid="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.Undo(System.Object)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChartSeriesIndicatorUndoAction.Undo.html#FarPoint_Win_Spread_Chart_SpreadChartSeriesIndicatorUndoAction_Undo_System_Object_">Undo(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Undoes the action.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
