# FarPoint.Web.Chart.FpChart

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_FpChart" data-uid="FarPoint.Web.Chart.FpChart" class="text-break">FpChart Class
</h1>
  <div class="markdown level0 summary"><p>Represents a FarPoint Chart Web Control. It displays a chart image.</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"><span class="xref">FpChart</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>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_FpChart_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[Themeable(true)]
[ToolboxBitmap(typeof(FpChart), &quot;Source.FpChart.ico&quot;)]
public class FpChart : WebControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackEventHandler, IPostBackDataHandler</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;Themeable(True)&gt;
&lt;ToolboxBitmap(GetType(FpChart), &quot;Source.FpChart.ico&quot;)&gt;
Public Class FpChart
    Inherits WebControl
    Implements IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IAttributeAccessor, IPostBackEventHandler, IPostBackDataHandler</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_Chart_FpChart__ctor" data-uid="FarPoint.Web.Chart.FpChart.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.-ctor.html#FarPoint_Web_Chart_FpChart__ctor">FpChart()</a>
        </td>
        <td class="markdown level1 summary"><p>Initializes a new instance of the FpChart 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_Chart_FpChart_AlternateText" data-uid="FarPoint.Web.Chart.FpChart.AlternateText">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.AlternateText.html#FarPoint_Web_Chart_FpChart_AlternateText">AlternateText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alternate text displayed in the <a class="xref" href="FarPoint.Web.Chart.FpChart.html">FpChart</a> control when the image is unavailable.
Browsers that support the ToolTip feature display this text as a ToolTip.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_AutoGenerateMapAreaToolTip" data-uid="FarPoint.Web.Chart.FpChart.AutoGenerateMapAreaToolTip">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.AutoGenerateMapAreaToolTip.html#FarPoint_Web_Chart_FpChart_AutoGenerateMapAreaToolTip">AutoGenerateMapAreaToolTip</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the tooltip of the map area is generated automatically.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_ChartImageType" data-uid="FarPoint.Web.Chart.FpChart.ChartImageType">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.ChartImageType.html#FarPoint_Web_Chart_FpChart_ChartImageType">ChartImageType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the format of the output image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_DescriptionUrl" data-uid="FarPoint.Web.Chart.FpChart.DescriptionUrl">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.DescriptionUrl.html#FarPoint_Web_Chart_FpChart_DescriptionUrl">DescriptionUrl</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets control DescriptionUrl property.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_EnableClickEvent" data-uid="FarPoint.Web.Chart.FpChart.EnableClickEvent">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.EnableClickEvent.html#FarPoint_Web_Chart_FpChart_EnableClickEvent">EnableClickEvent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the Click event can be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_GenerateEmptyAlternateText" data-uid="FarPoint.Web.Chart.FpChart.GenerateEmptyAlternateText">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.GenerateEmptyAlternateText.html#FarPoint_Web_Chart_FpChart_GenerateEmptyAlternateText">GenerateEmptyAlternateText</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether the control generates an
alternate text attribute for an empty string value.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_Height" data-uid="FarPoint.Web.Chart.FpChart.Height">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.Height.html#FarPoint_Web_Chart_FpChart_Height">Height</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the height of the chart in pixels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_HotSpotMode" data-uid="FarPoint.Web.Chart.FpChart.HotSpotMode">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.HotSpotMode.html#FarPoint_Web_Chart_FpChart_HotSpotMode">HotSpotMode</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the default behavior for the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.hotspot">HotSpot</a>
objects of an <a class="xref" href="FarPoint.Web.Chart.FpChart.html">FpChart</a> control when the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.webcontrols.hotspot">HotSpot</a>
objects are clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_ImageAlign" data-uid="FarPoint.Web.Chart.FpChart.ImageAlign">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.ImageAlign.html#FarPoint_Web_Chart_FpChart_ImageAlign">ImageAlign</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the alignment of the image within the text flow.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_ImageRender" data-uid="FarPoint.Web.Chart.FpChart.ImageRender">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.ImageRender.html#FarPoint_Web_Chart_FpChart_ImageRender">ImageRender</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image renderer.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_InstanceGuid" data-uid="FarPoint.Web.Chart.FpChart.InstanceGuid">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.InstanceGuid.html#FarPoint_Web_Chart_FpChart_InstanceGuid">InstanceGuid</a>
        </td>
        <td class="markdown level1 summary"><p>Gets a guid that uniquely identifies the chart component.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_JpegQuality" data-uid="FarPoint.Web.Chart.FpChart.JpegQuality">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.JpegQuality.html#FarPoint_Web_Chart_FpChart_JpegQuality">JpegQuality</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the image quality of the <a class="xref" href="FarPoint.Web.Chart.FpChart.html">FpChart</a> control when the <a class="xref" href="FarPoint.Web.Chart.FpChart.ChartImageType.html#FarPoint_Web_Chart_FpChart_ChartImageType">ChartImageType</a> is <a class="xref" href="FarPoint.Web.Chart.ImageType.html#FarPoint_Web_Chart_ImageType_Jpeg">Jpeg</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_Model" data-uid="FarPoint.Web.Chart.FpChart.Model">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.Model.html#FarPoint_Web_Chart_FpChart_Model">Model</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Chart.ChartModel.html">ChartModel</a>.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_RenderMapArea" data-uid="FarPoint.Web.Chart.FpChart.RenderMapArea">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RenderMapArea.html#FarPoint_Web_Chart_FpChart_RenderMapArea">RenderMapArea</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether to output the image map.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_ViewType" data-uid="FarPoint.Web.Chart.FpChart.ViewType">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.ViewType.html#FarPoint_Web_Chart_FpChart_ViewType">ViewType</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the <a class="xref" href="FarPoint.Web.Chart.ChartViewType.html">ChartViewType</a> of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_Visible" data-uid="FarPoint.Web.Chart.FpChart.Visible">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.Visible.html#FarPoint_Web_Chart_FpChart_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets a value that indicates whether an FpChart is rendered as UI on the page.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_Width" data-uid="FarPoint.Web.Chart.FpChart.Width">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.Width.html#FarPoint_Web_Chart_FpChart_Width">Width</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the width of the chart in pixels.</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_Chart_FpChart_CreateChart2DRenderer" data-uid="FarPoint.Web.Chart.FpChart.CreateChart2DRenderer">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.CreateChart2DRenderer.html#FarPoint_Web_Chart_FpChart_CreateChart2DRenderer">CreateChart2DRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart renderer in 2D.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_CreateChart3DRenderer" data-uid="FarPoint.Web.Chart.FpChart.CreateChart3DRenderer">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.CreateChart3DRenderer.html#FarPoint_Web_Chart_FpChart_CreateChart3DRenderer">CreateChart3DRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a chart renderer in 3D.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_Dispose" data-uid="FarPoint.Web.Chart.FpChart.Dispose">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.Dispose.html#FarPoint_Web_Chart_FpChart_Dispose">Dispose()</a>
        </td>
        <td class="markdown level1 summary"><p>Enables the <a class="xref" href="FarPoint.Web.Chart.FpChart.html">FpChart</a> control to perform final clean up before it is released from memory.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_GetMapAreaPostBackClientHyperlink_FarPoint_Web_Chart_MapArea_" data-uid="FarPoint.Web.Chart.FpChart.GetMapAreaPostBackClientHyperlink(FarPoint.Web.Chart.MapArea)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.GetMapAreaPostBackClientHyperlink.html#FarPoint_Web_Chart_FpChart_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_Chart_FpChart_HitTest_FarPoint_Web_Chart_MapAreaInfo_" data-uid="FarPoint.Web.Chart.FpChart.HitTest(FarPoint.Web.Chart.MapAreaInfo)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.HitTest.html#FarPoint_Web_Chart_FpChart_HitTest_FarPoint_Web_Chart_MapAreaInfo_">HitTest(MapAreaInfo)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns HitTest information using the MapAreaInfo object.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_HitTest_System_Single_System_Single_" data-uid="FarPoint.Web.Chart.FpChart.HitTest(System.Single,System.Single)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.HitTest.html#FarPoint_Web_Chart_FpChart_HitTest_System_Single_System_Single_">HitTest(float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns HitTest information using the click coordinates on the Chart image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_LoadFromTemplate_System_IO_Stream_" data-uid="FarPoint.Web.Chart.FpChart.LoadFromTemplate(System.IO.Stream)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.LoadFromTemplate.html#FarPoint_Web_Chart_FpChart_LoadFromTemplate_System_IO_Stream_">LoadFromTemplate(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Loads a chart model and the chart view type from a template in the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_LoadPostData_System_String_System_Collections_Specialized_NameValueCollection_" data-uid="FarPoint.Web.Chart.FpChart.LoadPostData(System.String,System.Collections.Specialized.NameValueCollection)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.LoadPostData.html#FarPoint_Web_Chart_FpChart_LoadPostData_System_String_System_Collections_Specialized_NameValueCollection_">LoadPostData(string, NameValueCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Override the LoadPostData function to customize the implementation of IPostBackDataHandler.LoadPostData.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_LoadViewState_System_Object_" data-uid="FarPoint.Web.Chart.FpChart.LoadViewState(System.Object)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.LoadViewState.html#FarPoint_Web_Chart_FpChart_LoadViewState_System_Object_">LoadViewState(object)</a>
        </td>
        <td class="markdown level1 summary"><p>Restores view-state information from a previous page request that was saved by the
SaveViewState method.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_OnBeforeRenderMapAreas_FarPoint_Web_Chart_BeforeRenderMapAreasEventArgs_" data-uid="FarPoint.Web.Chart.FpChart.OnBeforeRenderMapAreas(FarPoint.Web.Chart.BeforeRenderMapAreasEventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.OnBeforeRenderMapAreas.html#FarPoint_Web_Chart_FpChart_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.FpChart.html">FpChart</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_OnClick_System_Web_UI_ImageClickEventArgs_" data-uid="FarPoint.Web.Chart.FpChart.OnClick(System.Web.UI.ImageClickEventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.OnClick.html#FarPoint_Web_Chart_FpChart_OnClick_System_Web_UI_ImageClickEventArgs_">OnClick(ImageClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the ImageClick event of the <a class="xref" href="FarPoint.Web.Chart.FpChart.html">FpChart</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_OnInit_System_EventArgs_" data-uid="FarPoint.Web.Chart.FpChart.OnInit(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.OnInit.html#FarPoint_Web_Chart_FpChart_OnInit_System_EventArgs_">OnInit(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.web.ui.control.init">Init</a> event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_OnLoad_System_EventArgs_" data-uid="FarPoint.Web.Chart.FpChart.OnLoad(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.OnLoad.html#FarPoint_Web_Chart_FpChart_OnLoad_System_EventArgs_">OnLoad(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnLoad</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_OnMapAreaClick_FarPoint_Web_Chart_MapAreaClickEventArgs_" data-uid="FarPoint.Web.Chart.FpChart.OnMapAreaClick(FarPoint.Web.Chart.MapAreaClickEventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.OnMapAreaClick.html#FarPoint_Web_Chart_FpChart_OnMapAreaClick_FarPoint_Web_Chart_MapAreaClickEventArgs_">OnMapAreaClick(MapAreaClickEventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the MapAreaClick event of the <a class="xref" href="FarPoint.Web.Chart.FpChart.html">FpChart</a> control.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_OnPreRender_System_EventArgs_" data-uid="FarPoint.Web.Chart.FpChart.OnPreRender(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.OnPreRender.html#FarPoint_Web_Chart_FpChart_OnPreRender_System_EventArgs_">OnPreRender(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Registers the script reference if it is needed and raises the PreRender event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_OnUnload_System_EventArgs_" data-uid="FarPoint.Web.Chart.FpChart.OnUnload(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.OnUnload.html#FarPoint_Web_Chart_FpChart_OnUnload_System_EventArgs_">OnUnload(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>OnUnload</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_RaisePostBackEvent_System_String_" data-uid="FarPoint.Web.Chart.FpChart.RaisePostBackEvent(System.String)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RaisePostBackEvent.html#FarPoint_Web_Chart_FpChart_RaisePostBackEvent_System_String_">RaisePostBackEvent(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Notifies the server control that caused the postback that
it should handle an incoming post back event.
Implements IPostBackEventHandler.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_RaisePostDataChangedEvent" data-uid="FarPoint.Web.Chart.FpChart.RaisePostDataChangedEvent">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RaisePostDataChangedEvent.html#FarPoint_Web_Chart_FpChart_RaisePostDataChangedEvent">RaisePostDataChangedEvent()</a>
        </td>
        <td class="markdown level1 summary"><p>Override the RaisePostDataChangedEvent function to customize the implementation of IPostBackDataHandler.RaisePostDataChangedEvent.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_Render_System_Web_UI_HtmlTextWriter_" data-uid="FarPoint.Web.Chart.FpChart.Render(System.Web.UI.HtmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.Render.html#FarPoint_Web_Chart_FpChart_Render_System_Web_UI_HtmlTextWriter_">Render(HtmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Sends the <a class="xref" href="FarPoint.Web.Chart.FpChart.html">FpChart</a> control content to a provided HtmlTextWriter object, which writes the
content to be rendered on the client.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_RenderAreaMaps_System_Web_UI_HtmlTextWriter_" data-uid="FarPoint.Web.Chart.FpChart.RenderAreaMaps(System.Web.UI.HtmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RenderAreaMaps.html#FarPoint_Web_Chart_FpChart_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_Chart_FpChart_RenderImage" data-uid="FarPoint.Web.Chart.FpChart.RenderImage">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RenderImage.html#FarPoint_Web_Chart_FpChart_RenderImage">RenderImage()</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the chart as a bitmap, and raises the Paint event
if raisePaintEvent is true.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_RenderImage_System_Boolean_" data-uid="FarPoint.Web.Chart.FpChart.RenderImage(System.Boolean)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RenderImage.html#FarPoint_Web_Chart_FpChart_RenderImage_System_Boolean_">RenderImage(bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_RenderImage_System_IO_Stream_" data-uid="FarPoint.Web.Chart.FpChart.RenderImage(System.IO.Stream)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RenderImage.html#FarPoint_Web_Chart_FpChart_RenderImage_System_IO_Stream_">RenderImage(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the chart model image to a stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_RenderImage_System_IO_Stream_System_Boolean_" data-uid="FarPoint.Web.Chart.FpChart.RenderImage(System.IO.Stream,System.Boolean)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RenderImage.html#FarPoint_Web_Chart_FpChart_RenderImage_System_IO_Stream_System_Boolean_">RenderImage(Stream, bool)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders the image.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_RenderImageClickClientScript_System_Web_UI_HtmlTextWriter_" data-uid="FarPoint.Web.Chart.FpChart.RenderImageClickClientScript(System.Web.UI.HtmlTextWriter)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.RenderImageClickClientScript.html#FarPoint_Web_Chart_FpChart_RenderImageClickClientScript_System_Web_UI_HtmlTextWriter_">RenderImageClickClientScript(HtmlTextWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders client script for the image click event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_SaveToTemplate_System_IO_Stream_" data-uid="FarPoint.Web.Chart.FpChart.SaveToTemplate(System.IO.Stream)">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.SaveToTemplate.html#FarPoint_Web_Chart_FpChart_SaveToTemplate_System_IO_Stream_">SaveToTemplate(Stream)</a>
        </td>
        <td class="markdown level1 summary"><p>Saves the chart model and view type to a template in the specified stream.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_SaveViewState" data-uid="FarPoint.Web.Chart.FpChart.SaveViewState">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.SaveViewState.html#FarPoint_Web_Chart_FpChart_SaveViewState">SaveViewState()</a>
        </td>
        <td class="markdown level1 summary"><p>Saves FpChart view state changes that have occurred since the page
was posted back to the server.</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_Web_Chart_FpChart_BeforeRenderMapAreas" data-uid="FarPoint.Web.Chart.FpChart.BeforeRenderMapAreas">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.BeforeRenderMapAreas.html">BeforeRenderMapAreas</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs before the control renders the map area to HTML.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_Click" data-uid="FarPoint.Web.Chart.FpChart.Click">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.Click.html">Click</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the chart image is clicked.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_FpChart_MapAreaClick" data-uid="FarPoint.Web.Chart.FpChart.MapAreaClick">
          <a class="xref" href="FarPoint.Web.Chart.FpChart.MapAreaClick.html">MapAreaClick</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when a map area is clicked.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
