# FarPoint.Web.Chart.Chart2DRenderer

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_Chart2DRenderer" data-uid="FarPoint.Web.Chart.Chart2DRenderer" class="text-break">Chart2DRenderer Class
</h1>
  <div class="markdown level0 summary"><p>Renders a 2D view of a chart model using GDI+ rendering.</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"><span class="xref">Chart2DRenderer</span></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_Chart2DRenderer_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class Chart2DRenderer</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class Chart2DRenderer</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_Chart2DRenderer__ctor" data-uid="FarPoint.Web.Chart.Chart2DRenderer.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.Chart2DRenderer.-ctor.html#FarPoint_Web_Chart_Chart2DRenderer__ctor">Chart2DRenderer()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new renderer.</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_Chart2DRenderer_GetLabelAreaRectangle_System_Drawing_Graphics_System_Drawing_RectangleF_FarPoint_Web_Chart_ChartModel_System_Int32_" data-uid="FarPoint.Web.Chart.Chart2DRenderer.GetLabelAreaRectangle(System.Drawing.Graphics,System.Drawing.RectangleF,FarPoint.Web.Chart.ChartModel,System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.Chart2DRenderer.GetLabelAreaRectangle.html#FarPoint_Web_Chart_Chart2DRenderer_GetLabelAreaRectangle_System_Drawing_Graphics_System_Drawing_RectangleF_FarPoint_Web_Chart_ChartModel_System_Int32_">GetLabelAreaRectangle(Graphics, RectangleF, ChartModel, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangle of the label area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_Chart2DRenderer_GetLegendAreaRectangle_System_Drawing_Graphics_System_Drawing_RectangleF_FarPoint_Web_Chart_ChartModel_System_Int32_" data-uid="FarPoint.Web.Chart.Chart2DRenderer.GetLegendAreaRectangle(System.Drawing.Graphics,System.Drawing.RectangleF,FarPoint.Web.Chart.ChartModel,System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.Chart2DRenderer.GetLegendAreaRectangle.html#FarPoint_Web_Chart_Chart2DRenderer_GetLegendAreaRectangle_System_Drawing_Graphics_System_Drawing_RectangleF_FarPoint_Web_Chart_ChartModel_System_Int32_">GetLegendAreaRectangle(Graphics, RectangleF, ChartModel, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the rectangle of the legend area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_Chart2DRenderer_GetSeriesVisible_FarPoint_Web_Chart_Series_" data-uid="FarPoint.Web.Chart.Chart2DRenderer.GetSeriesVisible(FarPoint.Web.Chart.Series)">
          <a class="xref" href="FarPoint.Web.Chart.Chart2DRenderer.GetSeriesVisible.html#FarPoint_Web_Chart_Chart2DRenderer_GetSeriesVisible_FarPoint_Web_Chart_Series_">GetSeriesVisible(Series)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets whether series should be visible for displaying.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_Chart2DRenderer_HitTest_System_Drawing_Graphics_System_Drawing_RectangleF_FarPoint_Web_Chart_ChartModel_System_Single_System_Single_" data-uid="FarPoint.Web.Chart.Chart2DRenderer.HitTest(System.Drawing.Graphics,System.Drawing.RectangleF,FarPoint.Web.Chart.ChartModel,System.Single,System.Single)">
          <a class="xref" href="FarPoint.Web.Chart.Chart2DRenderer.HitTest.html#FarPoint_Web_Chart_Chart2DRenderer_HitTest_System_Drawing_Graphics_System_Drawing_RectangleF_FarPoint_Web_Chart_ChartModel_System_Single_System_Single_">HitTest(Graphics, RectangleF, ChartModel, float, float)</a>
        </td>
        <td class="markdown level1 summary"><p>Gets hit test information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_Chart2DRenderer_Paint_System_Drawing_Graphics_System_Drawing_RectangleF_FarPoint_Web_Chart_ChartModel_" data-uid="FarPoint.Web.Chart.Chart2DRenderer.Paint(System.Drawing.Graphics,System.Drawing.RectangleF,FarPoint.Web.Chart.ChartModel)">
          <a class="xref" href="FarPoint.Web.Chart.Chart2DRenderer.Paint.html#FarPoint_Web_Chart_Chart2DRenderer_Paint_System_Drawing_Graphics_System_Drawing_RectangleF_FarPoint_Web_Chart_ChartModel_">Paint(Graphics, RectangleF, ChartModel)</a>
        </td>
        <td class="markdown level1 summary"><p>Renders a 2D view of a chart model using GDI+ rendering.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
