# FarPoint.Web.Spread.Chart.SpreadChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Spread_Chart_SpreadChart" data-uid="FarPoint.Web.Spread.Chart.SpreadChart" class="text-break">SpreadChart Class
</h1>
  <div class="markdown level0 summary"><p>Represents 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="https://learn.microsoft.com/dotnet/api/system.web.ui.control">Control</a></div>
    <div class="level2"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.webcontrol">WebControl</a></div>
    <div class="level3"><a class="xref" href="../FarPoint.Web.Chart/FarPoint.Web.Chart.FpChart.html">FpChart</a></div>
    <div class="level4"><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.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="https://learn.microsoft.com/dotnet/api/system.web.ui.iparseraccessor">IParserAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iurlresolutionservice">IUrlResolutionService</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.idatabindingsaccessor">IDataBindingsAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.icontrolbuilderaccessor">IControlBuilderAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.icontroldesigneraccessor">IControlDesignerAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iexpressionsaccessor">IExpressionsAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.iattributeaccessor">IAttributeAccessor</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.ipostbackeventhandler">IPostBackEventHandler</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.ipostbackdatahandler">IPostBackDataHandler</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ICanSerializeXml.html">ICanSerializeXml</a></div>
    <div><a class="xref" href="FarPoint.Web.Spread.Model.ISerializeSupport.html">ISerializeSupport</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.inamingcontainer">INamingContainer</a></div>
    <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.Web.Spread.Chart.html">FarPoint.Web.Spread.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Spread.dll</h6>
  <h5 id="FarPoint_Web_Spread_Chart_SpreadChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class SpreadChart : FpChart, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackEventHandler, IPostBackDataHandler, ICanSerializeXml, ISerializeSupport, INamingContainer, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class SpreadChart
    Inherits FpChart
    Implements IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackEventHandler, IPostBackDataHandler, ICanSerializeXml, ISerializeSupport, INamingContainer, 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_Web_Spread_Chart_SpreadChart__ctor" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_Spread_Chart_SpreadChart__ctor">SpreadChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.String,System.String,System.String,System.Type)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_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.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.String,System.String,System.String,System.Type,System.Drawing.Point,System.Drawing.Size)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_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.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_FarPoint_Web_Chart_ChartViewType_System_Boolean_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.String,System.String,System.String,System.Type,System.Drawing.Point,System.Drawing.Size,FarPoint.Web.Chart.ChartViewType,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_String_System_String_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_FarPoint_Web_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.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_String_System_Type_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.String,System.Type)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_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.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.String,System.Type,System.Drawing.Point,System.Drawing.Size)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_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.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_FarPoint_Web_Chart_ChartViewType_System_Boolean_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.String,System.Type,System.Drawing.Point,System.Drawing.Size,FarPoint.Web.Chart.ChartViewType,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_String_System_Type_System_Drawing_Point_System_Drawing_Size_FarPoint_Web_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.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_Type_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.Type)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_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.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_Type_FarPoint_Web_Chart_ChartViewType_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.Type,FarPoint.Web.Chart.ChartViewType)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_Type_FarPoint_Web_Chart_ChartViewType_">SpreadChart(Type, ChartViewType)</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_Type_FarPoint_Web_Chart_ChartViewType_System_Drawing_Point_System_Drawing_Size_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.#ctor(System.Type,FarPoint.Web.Chart.ChartViewType,System.Drawing.Point,System.Drawing.Size)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.-ctor.html#FarPoint_Web_Spread_Chart_SpreadChart__ctor_System_Type_FarPoint_Web_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.Web.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_Web_Spread_Chart_SpreadChart_BorderColor" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.BorderColor">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.BorderColor.html#FarPoint_Web_Spread_Chart_SpreadChart_BorderColor">BorderColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border color of the web SpreadChart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_BorderStyle" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.BorderStyle">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.BorderStyle.html#FarPoint_Web_Spread_Chart_SpreadChart_BorderStyle">BorderStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border style of the web SpreadChart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_BorderWidth" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.BorderWidth">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.BorderWidth.html#FarPoint_Web_Spread_Chart_SpreadChart_BorderWidth">BorderWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the border width of the web SpreadChart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CanChangeChartType" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CanChangeChartType">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CanChangeChartType.html#FarPoint_Web_Spread_Chart_SpreadChart_CanChangeChartType">CanChangeChartType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the chart type can be changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CanChangeChartViewType" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CanChangeChartViewType">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CanChangeChartViewType.html#FarPoint_Web_Spread_Chart_SpreadChart_CanChangeChartViewType">CanChangeChartViewType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the chart type can be changed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CanMove" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CanMove">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CanMove.html#FarPoint_Web_Spread_Chart_SpreadChart_CanMove">CanMove</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart can be moved.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CanPrint" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CanPrint">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CanPrint.html#FarPoint_Web_Spread_Chart_SpreadChart_CanPrint">CanPrint</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether to print the current Chart when printing.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CanSelect" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CanSelect">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CanSelect.html#FarPoint_Web_Spread_Chart_SpreadChart_CanSelect">CanSelect</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart can be selected.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CanSize" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CanSize">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CanSize.html#FarPoint_Web_Spread_Chart_SpreadChart_CanSize">CanSize</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the chart can be resized.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CanSwitchRowColumn" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CanSwitchRowColumn">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CanSwitchRowColumn.html#FarPoint_Web_Spread_Chart_SpreadChart_CanSwitchRowColumn">CanSwitchRowColumn</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a value that indicates whether the user can switch the rows and columns of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CategoryFormula" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CategoryFormula">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CategoryFormula.html#FarPoint_Web_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_Web_Spread_Chart_SpreadChart_DataFormula" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.DataFormula">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.DataFormula.html#FarPoint_Web_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_Web_Spread_Chart_SpreadChart_DataSetting" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.DataSetting">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.DataSetting.html#FarPoint_Web_Spread_Chart_SpreadChart_DataSetting">DataSetting</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data setting of the current SpreadChart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_Formula" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.Formula">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.Formula.html#FarPoint_Web_Spread_Chart_SpreadChart_Formula">Formula</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the formula for the chart. This action will re-build the chart's series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_ID" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.ID">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.ID.html#FarPoint_Web_Spread_Chart_SpreadChart_ID">ID</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the programmatic identifier assigned to the <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.html">SpreadChart</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_Left" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.Left">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.Left.html#FarPoint_Web_Spread_Chart_SpreadChart_Left">Left</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the X-coordinate of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_Model" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.Model">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.Model.html#FarPoint_Web_Spread_Chart_SpreadChart_Model">Model</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="../FarPoint.Web.Chart/FarPoint.Web.Chart.ChartModel.html">ChartModel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_PageIndex" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.PageIndex">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.PageIndex.html#FarPoint_Web_Spread_Chart_SpreadChart_PageIndex">PageIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a page index which the current chart is displayed in.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_SelectedCssClass" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.SelectedCssClass">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.SelectedCssClass.html#FarPoint_Web_Spread_Chart_SpreadChart_SelectedCssClass">SelectedCssClass</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the CSS class name for the selected SpreadChart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_SeriesNameFormula" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.SeriesNameFormula">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.SeriesNameFormula.html#FarPoint_Web_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_Web_Spread_Chart_SpreadChart_Top" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.Top">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.Top.html#FarPoint_Web_Spread_Chart_SpreadChart_Top">Top</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the Y-coordinate of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_Visible" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.Visible">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.Visible.html#FarPoint_Web_Spread_Chart_SpreadChart_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether a SpreadChart is rendered as UI on the page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_ZIndex" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.ZIndex">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.ZIndex.html#FarPoint_Web_Spread_Chart_SpreadChart_ZIndex">ZIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ZIndex of the chart.</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_Web_Spread_Chart_SpreadChart_CanChangeSeriesType_FarPoint_Web_Chart_Series_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CanChangeSeriesType(FarPoint.Web.Chart.Series)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CanChangeSeriesType.html#FarPoint_Web_Spread_Chart_SpreadChart_CanChangeSeriesType_FarPoint_Web_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_Web_Spread_Chart_SpreadChart_ChangeChartType_FarPoint_Web_Chart_ChartModel_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.ChangeChartType(FarPoint.Web.Chart.ChartModel)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.ChangeChartType.html#FarPoint_Web_Spread_Chart_SpreadChart_ChangeChartType_FarPoint_Web_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_Web_Spread_Chart_SpreadChart_ChangeSeriesType_FarPoint_Web_Chart_Series_FarPoint_Web_Chart_Series_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.ChangeSeriesType(FarPoint.Web.Chart.Series,FarPoint.Web.Chart.Series)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.ChangeSeriesType.html#FarPoint_Web_Spread_Chart_SpreadChart_ChangeSeriesType_FarPoint_Web_Chart_Series_FarPoint_Web_Chart_Series_">ChangeSeriesType(Series, 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_Web_Spread_Chart_SpreadChart_Clone" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.Clone">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.Clone.html#FarPoint_Web_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_Web_Spread_Chart_SpreadChart_CreateChart2DRenderer" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CreateChart2DRenderer">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CreateChart2DRenderer.html#FarPoint_Web_Spread_Chart_SpreadChart_CreateChart2DRenderer">CreateChart2DRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart renderer in 2D.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_CreateChart3DRenderer" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.CreateChart3DRenderer">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.CreateChart3DRenderer.html#FarPoint_Web_Spread_Chart_SpreadChart_CreateChart3DRenderer">CreateChart3DRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart renderer in 3D.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Web_Spread_SheetView_FarPoint_Web_Spread_Model_CellRange_FarPoint_Web_Spread_Model_CellRange_FarPoint_Web_Spread_Model_CellRange_System_Boolean_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.GenerateFromCellRanges(FarPoint.Web.Spread.SheetView,FarPoint.Web.Spread.Model.CellRange,FarPoint.Web.Spread.Model.CellRange,FarPoint.Web.Spread.Model.CellRange,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.GenerateFromCellRanges.html#FarPoint_Web_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Web_Spread_SheetView_FarPoint_Web_Spread_Model_CellRange_FarPoint_Web_Spread_Model_CellRange_FarPoint_Web_Spread_Model_CellRange_System_Boolean_">GenerateFromCellRanges(SheetView, CellRange, CellRange, CellRange, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a chart from cell ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Web_Spread_SheetView_FarPoint_Web_Spread_Model_CellRange_FarPoint_Web_Spread_Model_CellRange_FarPoint_Web_Spread_Model_CellRange_System_Boolean_System_Boolean_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.GenerateFromCellRanges(FarPoint.Web.Spread.SheetView,FarPoint.Web.Spread.Model.CellRange,FarPoint.Web.Spread.Model.CellRange,FarPoint.Web.Spread.Model.CellRange,System.Boolean,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.GenerateFromCellRanges.html#FarPoint_Web_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Web_Spread_SheetView_FarPoint_Web_Spread_Model_CellRange_FarPoint_Web_Spread_Model_CellRange_FarPoint_Web_Spread_Model_CellRange_System_Boolean_System_Boolean_">GenerateFromCellRanges(SheetView, CellRange, CellRange, CellRange, bool, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a chart from cell ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Web_Spread_SheetView_FarPoint_Web_Spread_Model_CellRange___System_Boolean_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.GenerateFromCellRanges(FarPoint.Web.Spread.SheetView,FarPoint.Web.Spread.Model.CellRange[],System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.GenerateFromCellRanges.html#FarPoint_Web_Spread_Chart_SpreadChart_GenerateFromCellRanges_FarPoint_Web_Spread_SheetView_FarPoint_Web_Spread_Model_CellRange___System_Boolean_">GenerateFromCellRanges(SheetView, CellRange[], bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates a chart from cell ranges.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_GetMapAreaPostBackClientHyperlink_FarPoint_Web_Chart_MapArea_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.GetMapAreaPostBackClientHyperlink(FarPoint.Web.Chart.MapArea)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.GetMapAreaPostBackClientHyperlink.html#FarPoint_Web_Spread_Chart_SpreadChart_GetMapAreaPostBackClientHyperlink_FarPoint_Web_Chart_MapArea_">GetMapAreaPostBackClientHyperlink(MapArea)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the map area post back client hyperlink.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_LoadControlState_System_Object_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.LoadControlState(System.Object)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.LoadControlState.html#FarPoint_Web_Spread_Chart_SpreadChart_LoadControlState_System_Object_">LoadControlState(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Restores control-state information from a previous page request that was saved by the <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.SaveControlState.html#FarPoint_Web_Spread_Chart_SpreadChart_SaveControlState">SaveControlState()</a> method.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_MoveToSheetView_System_String_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.MoveToSheetView(System.String)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.MoveToSheetView.html#FarPoint_Web_Spread_Chart_SpreadChart_MoveToSheetView_System_String_">MoveToSheetView(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Moves the current chart to a new sheet view.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_MoveToSheetView_System_String_System_Boolean_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.MoveToSheetView(System.String,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.MoveToSheetView.html#FarPoint_Web_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_Web_Spread_Chart_SpreadChart_OnBeforeRenderMapAreas_FarPoint_Web_Chart_BeforeRenderMapAreasEventArgs_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.OnBeforeRenderMapAreas(FarPoint.Web.Chart.BeforeRenderMapAreasEventArgs)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.OnBeforeRenderMapAreas.html#FarPoint_Web_Spread_Chart_SpreadChart_OnBeforeRenderMapAreas_FarPoint_Web_Chart_BeforeRenderMapAreasEventArgs_">OnBeforeRenderMapAreas(BeforeRenderMapAreasEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the BeforeRenderMapAreas event of the <a class="xref" href="../FarPoint.Web.Chart/FarPoint.Web.Chart.FpChart.html">FpChart</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_OnPreRender_System_EventArgs_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.OnPreRender(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.OnPreRender.html#FarPoint_Web_Spread_Chart_SpreadChart_OnPreRender_System_EventArgs_">OnPreRender(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Registers script reference if it is needed and raises the PreRender event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_RegisterScriptReference" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.RegisterScriptReference">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.RegisterScriptReference.html#FarPoint_Web_Spread_Chart_SpreadChart_RegisterScriptReference">RegisterScriptReference()</a>
        </td>
        <td class="markdown level1 summary"><p>Registers script reference when needed to handle the Client event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_Render_System_Web_UI_HtmlTextWriter_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.Render(System.Web.UI.HtmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.Render.html#FarPoint_Web_Spread_Chart_SpreadChart_Render_System_Web_UI_HtmlTextWriter_">Render(HtmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the control to the specified HTML writer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_RenderAreaMaps_System_Web_UI_HtmlTextWriter_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.RenderAreaMaps(System.Web.UI.HtmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.RenderAreaMaps.html#FarPoint_Web_Spread_Chart_SpreadChart_RenderAreaMaps_System_Web_UI_HtmlTextWriter_">RenderAreaMaps(HtmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders image maps.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_RenderImageClickClientScript_System_Web_UI_HtmlTextWriter_" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.RenderImageClickClientScript(System.Web.UI.HtmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.RenderImageClickClientScript.html#FarPoint_Web_Spread_Chart_SpreadChart_RenderImageClickClientScript_System_Web_UI_HtmlTextWriter_">RenderImageClickClientScript(HtmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders client script for image click event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_SaveControlState" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.SaveControlState">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.SaveControlState.html#FarPoint_Web_Spread_Chart_SpreadChart_SaveControlState">SaveControlState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves any server control view-state changes that have occurred since the time the page was posted back to the server.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Spread_Chart_SpreadChart_SwitchRowColumn" data-uid="FarPoint.Web.Spread.Chart.SpreadChart.SwitchRowColumn">
          <a class="xref" href="FarPoint.Web.Spread.Chart.SpreadChart.SwitchRowColumn.html#FarPoint_Web_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>

</div>
