# FarPoint.Web.Chart.IChartMapArea

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_IChartMapArea" data-uid="FarPoint.Web.Chart.IChartMapArea" class="text-break">IChartMapArea Interface
</h1>
  <div class="markdown level0 summary"><p>Represents an interface which defines members of a chart map area.</p>
</div>
  <div class="markdown level0 conceptual"></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_IChartMapArea_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartMapArea</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartMapArea</code></pre>
  </div>
  <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_IChartMapArea_Coordinates" data-uid="FarPoint.Web.Chart.IChartMapArea.Coordinates">
          <a class="xref" href="FarPoint.Web.Chart.IChartMapArea.Coordinates.html#FarPoint_Web_Chart_IChartMapArea_Coordinates">Coordinates</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <span class="xref">System.Drawing.PointF</span> collection which indicates the coordinates of an area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IChartMapArea_MapAreaInfo" data-uid="FarPoint.Web.Chart.IChartMapArea.MapAreaInfo">
          <a class="xref" href="FarPoint.Web.Chart.IChartMapArea.MapAreaInfo.html#FarPoint_Web_Chart_IChartMapArea_MapAreaInfo">MapAreaInfo</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the <a class="xref" href="FarPoint.Web.Chart.IChartMapArea.MapAreaInfo.html#FarPoint_Web_Chart_IChartMapArea_MapAreaInfo">MapAreaInfo</a> value which indicates the map area information.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IChartMapArea_Radius" data-uid="FarPoint.Web.Chart.IChartMapArea.Radius">
          <a class="xref" href="FarPoint.Web.Chart.IChartMapArea.Radius.html#FarPoint_Web_Chart_IChartMapArea_Radius">Radius</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the float value which indicates the circle radius if the map area shape is a circle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
