# FarPoint.Win.Spread.Chart.SpreadChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Spread_Chart_SpreadChart" data-uid="FarPoint.Win.Spread.Chart.SpreadChart" class="text-break">SpreadChart Class
</h1>
  <div class="markdown level0 summary"><p>Represent a chart instance in Spread.</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/FarPoint.Win.ElementWindowless.html">ElementWindowless</a></div>
    <div class="level2"><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.PSObject.html">PSObject</a></div>
    <div class="level3"><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.PSShape.html">PSShape</a></div>
    <div class="level4"><a class="xref" href="FarPoint.Win.Spread.Chart.ChartShape.html">ChartShape</a></div>
    <div class="level5"><span class="xref">SpreadChart</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.ideserializationcallback">IDeserializationCallback</a></div>
    <div><a class="xref" href="FarPoint.Win.Spread.DrawingSpace.IPdfSupportPSObject.html">IPdfSupportPSObject</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.componentmodel.icomponent">IComponent</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="../FarPoint.Win/FarPoint.Win.IDynamicName.html">IDynamicName</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_SpreadChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(_aiz))]
[ToolboxBitmap(typeof(SpreadChart), &quot;SpreadChart.ico&quot;)]
public class SpreadChart : ChartShape, IDeserializationCallback, IPdfSupportPSObject, ISerializable, IComponent, IDisposable, ISerializeSupport, IDynamicName</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(_aiz))&gt;
&lt;ToolboxBitmap(GetType(SpreadChart), &quot;SpreadChart.ico&quot;)&gt;
Public Class SpreadChart
    Inherits ChartShape
    Implements IDeserializationCallback, IPdfSupportPSObject, ISerializable, IComponent, IDisposable, ISerializeSupport, IDynamicName</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_SpreadChart__ctor" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor">SpreadChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.String,System.String,System.String,System.Type)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_">SpreadChart(string, string, string, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.String,System.String,System.String,System.Type,System.Drawing.Point,System.Drawing.Size)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_">SpreadChart(string, string, string, Type, Point, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_FarPoint_Win_Chart_ChartViewType_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.String,System.String,System.String,System.Type,System.Drawing.Point,System.Drawing.Size,FarPoint.Win.Chart.ChartViewType,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_FarPoint_Win_Chart_ChartViewType_System_Boolean_">SpreadChart(string, string, string, Type, Point, Size, ChartViewType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_Type_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.String,System.Type)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_Type_">SpreadChart(string, Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.String,System.Type,System.Drawing.Point,System.Drawing.Size)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_">SpreadChart(string, Type, Point, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_FarPoint_Win_Chart_ChartViewType_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.String,System.Type,System.Drawing.Point,System.Drawing.Size,FarPoint.Win.Chart.ChartViewType,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_FarPoint_Win_Chart_ChartViewType_System_Boolean_">SpreadChart(string, Type, Point, Size, ChartViewType, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_Type_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.Type)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_Type_">SpreadChart(Type)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="../FarPoint.Win.Chart/FarPoint.Win.Chart.FpChart.html">FpChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_Type_FarPoint_Win_Chart_ChartViewType_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.Type,FarPoint.Win.Chart.ChartViewType)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_Type_FarPoint_Win_Chart_ChartViewType_">SpreadChart(Type, ChartViewType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_Type_FarPoint_Win_Chart_ChartViewType_System_Drawing_Point_System_Drawing_Size_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.#ctor(System.Type,FarPoint.Win.Chart.ChartViewType,System.Drawing.Point,System.Drawing.Size)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Win_Spread_Chart_SpreadChart__ctor_System_Type_FarPoint_Win_Chart_ChartViewType_System_Drawing_Point_System_Drawing_Size_">SpreadChart(Type, ChartViewType, Point, Size)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="properties">Properties
</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_SpreadChart_AllowShowIndicator" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.AllowShowIndicator">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.AllowShowIndicator.html#FarPoint_Win_Spread_Chart_SpreadChart_AllowShowIndicator">AllowShowIndicator</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value indicating whether Spread can show the chart indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_CanChangeChartType" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.CanChangeChartType">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.CanChangeChartType.html#FarPoint_Win_Spread_Chart_SpreadChart_CanChangeChartType">CanChangeChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the chart type can be changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_CanMove" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.CanMove">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.CanMove.html#FarPoint_Win_Spread_Chart_SpreadChart_CanMove">CanMove</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user is allowed to move the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_CanPrint" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.CanPrint">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.CanPrint.html#FarPoint_Win_Spread_Chart_SpreadChart_CanPrint">CanPrint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the container is allowed to print the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_CanSize" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.CanSize">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.CanSize.html#FarPoint_Win_Spread_Chart_SpreadChart_CanSize">CanSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the user is allowed to resize the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_CanSwitchRowColumn" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.CanSwitchRowColumn">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.CanSwitchRowColumn.html#FarPoint_Win_Spread_Chart_SpreadChart_CanSwitchRowColumn">CanSwitchRowColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value indicating whether the user can switch the rows and columns of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_CategoryFormula" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.CategoryFormula">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.CategoryFormula.html#FarPoint_Win_Spread_Chart_SpreadChart_CategoryFormula">CategoryFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the category formula. This action will re-build the chart's series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_ContextMenuStrip" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.ContextMenuStrip">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.ContextMenuStrip.html#FarPoint_Win_Spread_Chart_SpreadChart_ContextMenuStrip">ContextMenuStrip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the context menu strip for SpreadChart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_DataFormula" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.DataFormula">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.DataFormula.html#FarPoint_Win_Spread_Chart_SpreadChart_DataFormula">DataFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data formula. This action will re-build the chart's series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_DataSetting" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.DataSetting">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.DataSetting.html#FarPoint_Win_Spread_Chart_SpreadChart_DataSetting">DataSetting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data setting of SpreadChart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_DynamicMove" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.DynamicMove">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.DynamicMove.html#FarPoint_Win_Spread_Chart_SpreadChart_DynamicMove">DynamicMove</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the object moves when hiding or showing, resizing, or moving rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_DynamicSize" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.DynamicSize">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.DynamicSize.html#FarPoint_Win_Spread_Chart_SpreadChart_DynamicSize">DynamicSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the size of the object changes when hiding or showing, resizing, or moving rows or columns.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Formula" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Formula">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Formula.html#FarPoint_Win_Spread_Chart_SpreadChart_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula of chart. This action will re-build the chart's series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Height" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Height">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Height.html#FarPoint_Win_Spread_Chart_SpreadChart_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Left" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Left">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Left.html#FarPoint_Win_Spread_Chart_SpreadChart_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-coordinate of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Location" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Location">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Location.html#FarPoint_Win_Spread_Chart_SpreadChart_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Locked" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Locked">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Locked.html#FarPoint_Win_Spread_Chart_SpreadChart_Locked">Locked</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the object is marked as locked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Model" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Model">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Model.html#FarPoint_Win_Spread_Chart_SpreadChart_Model">Model</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the chart model.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Name" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Name">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Name.html#FarPoint_Win_Spread_Chart_SpreadChart_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Rectangle" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Rectangle">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Rectangle.html#FarPoint_Win_Spread_Chart_SpreadChart_Rectangle">Rectangle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangular coordinates of the element.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Selectable" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Selectable">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Selectable.html#FarPoint_Win_Spread_Chart_SpreadChart_Selectable">Selectable</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether can select.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_SeriesNameFormula" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.SeriesNameFormula">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.SeriesNameFormula.html#FarPoint_Win_Spread_Chart_SpreadChart_SeriesNameFormula">SeriesNameFormula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series name formula. This action will re-build the chart's series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_SheetView" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.SheetView">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.SheetView.html#FarPoint_Win_Spread_Chart_SpreadChart_SheetView">SheetView</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the sheet view.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Size" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Size">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Size.html#FarPoint_Win_Spread_Chart_SpreadChart_Size">Size</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the size of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Top" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Top">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Top.html#FarPoint_Win_Spread_Chart_SpreadChart_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-coordinate of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Visible" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Visible">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Visible.html#FarPoint_Win_Spread_Chart_SpreadChart_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the object is visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Width" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Width">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Width.html#FarPoint_Win_Spread_Chart_SpreadChart_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the object.</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_SpreadChart_CanChangeSeriesType_FarPoint_Win_Chart_Series_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.CanChangeSeriesType(FarPoint.Win.Chart.Series)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.CanChangeSeriesType.html#FarPoint_Win_Spread_Chart_SpreadChart_CanChangeSeriesType_FarPoint_Win_Chart_Series_">CanChangeSeriesType(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether this instance can change the series type of the specified source series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_ChangeChartType_FarPoint_Win_Chart_ChartModel_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.ChangeChartType(FarPoint.Win.Chart.ChartModel)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.ChangeChartType.html#FarPoint_Win_Spread_Chart_SpreadChart_ChangeChartType_FarPoint_Win_Chart_ChartModel_">ChangeChartType(ChartModel)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the type of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_ChangeSeriesType_FarPoint_Win_Chart_Series_FarPoint_Win_Chart_Series_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.ChangeSeriesType(FarPoint.Win.Chart.Series,FarPoint.Win.Chart.Series)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.ChangeSeriesType.html#FarPoint_Win_Spread_Chart_SpreadChart_ChangeSeriesType_FarPoint_Win_Chart_Series_FarPoint_Win_Chart_Series_">ChangeSeriesType(Series, Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Changes the type of the series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Clone" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Clone">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Clone.html#FarPoint_Win_Spread_Chart_SpreadChart_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates and returns a copy of the object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_CreateNewInstance" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.CreateNewInstance">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.CreateNewInstance.html#FarPoint_Win_Spread_Chart_SpreadChart_CreateNewInstance">CreateNewInstance()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates the new instance.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Delete" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Delete">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Delete.html#FarPoint_Win_Spread_Chart_SpreadChart_Delete">Delete()</a>
        </td>
        <td class="markdown level1 summary"><p>Delete this Object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Deselect_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Deselect(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Deselect.html#FarPoint_Win_Spread_Chart_SpreadChart_Deselect_System_Boolean_">Deselect(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Hidden selection indicator.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_Dispose_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.Dispose(System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.Dispose.html#FarPoint_Win_Spread_Chart_SpreadChart_Dispose_System_Boolean_">Dispose(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Releases the unmanaged resources used by the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control">Control</a> and its child controls and optionally releases the managed resources.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Win_Spread_SheetView_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_Model_CellRange_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GenerateFromCellRanges(FarPoint.Win.Spread.SheetView,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.Model.CellRange,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.GenerateFromCellRanges.html#FarPoint_Win_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Win_Spread_SheetView_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_Model_CellRange_System_Boolean_">GenerateFromCellRanges(SheetView, CellRange, CellRange, CellRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates from cell ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Win_Spread_SheetView_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_Model_CellRange_System_Boolean_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GenerateFromCellRanges(FarPoint.Win.Spread.SheetView,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.Model.CellRange,FarPoint.Win.Spread.Model.CellRange,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.GenerateFromCellRanges.html#FarPoint_Win_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Win_Spread_SheetView_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_Model_CellRange_FarPoint_Win_Spread_Model_CellRange_System_Boolean_System_Boolean_">GenerateFromCellRanges(SheetView, CellRange, CellRange, CellRange, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates from cell ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Win_Spread_SheetView_FarPoint_Win_Spread_Model_CellRange___System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GenerateFromCellRanges(FarPoint.Win.Spread.SheetView,FarPoint.Win.Spread.Model.CellRange[],System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.GenerateFromCellRanges.html#FarPoint_Win_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Win_Spread_SheetView_FarPoint_Win_Spread_Model_CellRange___System_Boolean_">GenerateFromCellRanges(SheetView, CellRange[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates from cell ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_GetDisplayLocationContextMenu_System_Windows_Forms_ContextMenuStrip_System_Drawing_Point_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GetDisplayLocationContextMenu(System.Windows.Forms.ContextMenuStrip,System.Drawing.Point)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.GetDisplayLocationContextMenu.html#FarPoint_Win_Spread_Chart_SpreadChart_GetDisplayLocationContextMenu_System_Windows_Forms_ContextMenuStrip_System_Drawing_Point_">GetDisplayLocationContextMenu(ContextMenuStrip, Point)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the preferred display location context menu.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_FarPoint_Win_Chart_Series_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip(FarPoint.Win.Chart.Series,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip.html#FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_FarPoint_Win_Chart_Series_System_Int32_">GetSeriesDataPointTooltip(Series, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series tooltip value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_FarPoint_Win_Chart_Series_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip(FarPoint.Win.Chart.Series,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.GetSeriesDataPointTooltip.html#FarPoint_Win_Spread_Chart_SpreadChart_GetSeriesDataPointTooltip_FarPoint_Win_Chart_Series_System_Int32_System_Int32_">GetSeriesDataPointTooltip(Series, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the series tooltip value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_MoveToSheetView_System_String_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.MoveToSheetView(System.String)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.MoveToSheetView.html#FarPoint_Win_Spread_Chart_SpreadChart_MoveToSheetView_System_String_">MoveToSheetView(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the current chart to the new sheet view.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_MoveToSheetView_System_String_System_Boolean_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.MoveToSheetView(System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.MoveToSheetView.html#FarPoint_Win_Spread_Chart_SpreadChart_MoveToSheetView_System_String_System_Boolean_">MoveToSheetView(string, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the current chart to the new sheet view.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_OnChartActionComplete_System_Object_FarPoint_Win_Chart_UndoRedoEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.OnChartActionComplete(System.Object,FarPoint.Win.Chart.UndoRedoEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.OnChartActionComplete.html#FarPoint_Win_Spread_Chart_SpreadChart_OnChartActionComplete_System_Object_FarPoint_Win_Chart_UndoRedoEventArgs_">OnChartActionComplete(object, UndoRedoEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the user finishes performing an action in the Chart control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_OnChartSelectionChanged_System_Object_System_EventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.OnChartSelectionChanged(System.Object,System.EventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.OnChartSelectionChanged.html#FarPoint_Win_Spread_Chart_SpreadChart_OnChartSelectionChanged_System_Object_System_EventArgs_">OnChartSelectionChanged(object, EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the user selects an element in the chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_OnMouseDown_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.OnMouseDown(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.OnMouseDown.html#FarPoint_Win_Spread_Chart_SpreadChart_OnMouseDown_System_Windows_Forms_MouseEventArgs_">OnMouseDown(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mousedown">MouseDown</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_OnMouseUp_System_Windows_Forms_MouseEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.OnMouseUp(System.Windows.Forms.MouseEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.OnMouseUp.html#FarPoint_Win_Spread_Chart_SpreadChart_OnMouseUp_System_Windows_Forms_MouseEventArgs_">OnMouseUp(MouseEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.windows.forms.control.mouseup">MouseUp</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_OnOpeningContextMenuStrip_FarPoint_Win_Spread_Chart_ContextMenuStripEventArgs_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.OnOpeningContextMenuStrip(FarPoint.Win.Spread.Chart.ContextMenuStripEventArgs)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.OnOpeningContextMenuStrip.html#FarPoint_Win_Spread_Chart_SpreadChart_OnOpeningContextMenuStrip_FarPoint_Win_Spread_Chart_ContextMenuStripEventArgs_">OnOpeningContextMenuStrip(ContextMenuStripEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Called when the context menu strip is opening.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_ProcessDialogKey_System_Windows_Forms_Keys_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.ProcessDialogKey(System.Windows.Forms.Keys)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.ProcessDialogKey.html#FarPoint_Win_Spread_Chart_SpreadChart_ProcessDialogKey_System_Windows_Forms_Keys_">ProcessDialogKey(Keys)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes the dialog key.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_ProcessMouseMove_System_Windows_Forms_MouseEventArgs_System_Boolean_System_Object__" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.ProcessMouseMove(System.Windows.Forms.MouseEventArgs,System.Boolean,System.Object@)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.ProcessMouseMove.html#FarPoint_Win_Spread_Chart_SpreadChart_ProcessMouseMove_System_Windows_Forms_MouseEventArgs_System_Boolean_System_Object__">ProcessMouseMove(MouseEventArgs, bool, ref object)</a>
        </td>
        <td class="markdown level1 summary"><p>Processes when the mouse cursor is moving.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_SetBounds_System_Drawing_Rectangle_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.SetBounds(System.Drawing.Rectangle)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.SetBounds.html#FarPoint_Win_Spread_Chart_SpreadChart_SetBounds_System_Drawing_Rectangle_">SetBounds(Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the bounds of the element to the location and size of the specified bounding rectangle object
(with integer values).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_SetBounds_System_Drawing_RectangleF_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.SetBounds(System.Drawing.RectangleF)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.SetBounds.html#FarPoint_Win_Spread_Chart_SpreadChart_SetBounds_System_Drawing_RectangleF_">SetBounds(RectangleF)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the bounds of the element to the location and size of the specified bounding rectangle object
(with floating-point values).</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_SetBounds_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.SetBounds(System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.SetBounds.html#FarPoint_Win_Spread_Chart_SpreadChart_SetBounds_System_Int32_System_Int32_System_Int32_System_Int32_">SetBounds(int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the bounds of the object to the specified position and size.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_ShowChartDesigner" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.ShowChartDesigner">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.ShowChartDesigner.html#FarPoint_Win_Spread_Chart_SpreadChart_ShowChartDesigner">ShowChartDesigner()</a>
        </td>
        <td class="markdown level1 summary"><p>Shows the chart designer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Spread_Chart_SpreadChart_SwitchRowColumn" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.SwitchRowColumn">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.SwitchRowColumn.html#FarPoint_Win_Spread_Chart_SpreadChart_SwitchRowColumn">SwitchRowColumn()</a>
        </td>
        <td class="markdown level1 summary"><p>Switches the row and column of the chart.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</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_SpreadChart_SeriesExpanded" data-uid="FarPoint.Win.Spread.Chart.SpreadChart.SeriesExpanded">
          <a class="xref" href="FarPoint.Win.Spread.Chart.SpreadChart.SeriesExpanded.html">SeriesExpanded</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when new series is added by expanding spreadchart data range on UI</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
