# FarPoint.Web.Chart.MapAreaInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_MapAreaInfo" data-uid="FarPoint.Web.Chart.MapAreaInfo" class="text-break">MapAreaInfo Class
</h1>
  <div class="markdown level0 summary"><p>MapAreaInfo has the infomation describes which chart element a map area cooresponding to.</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">MapAreaInfo</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_MapAreaInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class MapAreaInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class MapAreaInfo</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_MapAreaInfo__ctor" data-uid="FarPoint.Web.Chart.MapAreaInfo.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.-ctor.html#FarPoint_Web_Chart_MapAreaInfo__ctor">MapAreaInfo()</a>
        </td>
        <td class="markdown level1 summary"><p>MapAreaInfo constructor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo__ctor_FarPoint_Web_Chart_MapAreaInfo_MapAreaType_System_Int32_" data-uid="FarPoint.Web.Chart.MapAreaInfo.#ctor(FarPoint.Web.Chart.MapAreaInfo.MapAreaType,System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.-ctor.html#FarPoint_Web_Chart_MapAreaInfo__ctor_FarPoint_Web_Chart_MapAreaInfo_MapAreaType_System_Int32_">MapAreaInfo(MapAreaType, int)</a>
        </td>
        <td class="markdown level1 summary"><p>MapAreaInfo constructor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo__ctor_FarPoint_Web_Chart_MapAreaInfo_MapAreaType_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Chart.MapAreaInfo.#ctor(FarPoint.Web.Chart.MapAreaInfo.MapAreaType,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.-ctor.html#FarPoint_Web_Chart_MapAreaInfo__ctor_FarPoint_Web_Chart_MapAreaInfo_MapAreaType_System_Int32_System_Int32_System_Int32_">MapAreaInfo(MapAreaType, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>MapAreaInfo constructor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo__ctor_FarPoint_Web_Chart_MapAreaInfo_MapAreaType_System_Int32_System_Int32_System_Int32_System_Int32_" data-uid="FarPoint.Web.Chart.MapAreaInfo.#ctor(FarPoint.Web.Chart.MapAreaInfo.MapAreaType,System.Int32,System.Int32,System.Int32,System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.-ctor.html#FarPoint_Web_Chart_MapAreaInfo__ctor_FarPoint_Web_Chart_MapAreaInfo_MapAreaType_System_Int32_System_Int32_System_Int32_System_Int32_">MapAreaInfo(MapAreaType, int, int, int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>MapAreaInfo constructor.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo__ctor_FarPoint_Web_Chart_MapAreaInfo_MapAreaType_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Web_Chart_MapAreaInfo_WallType_" data-uid="FarPoint.Web.Chart.MapAreaInfo.#ctor(FarPoint.Web.Chart.MapAreaInfo.MapAreaType,System.Int32,System.Int32,System.Int32,System.Int32,FarPoint.Web.Chart.MapAreaInfo.WallType)">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.-ctor.html#FarPoint_Web_Chart_MapAreaInfo__ctor_FarPoint_Web_Chart_MapAreaInfo_MapAreaType_System_Int32_System_Int32_System_Int32_System_Int32_FarPoint_Web_Chart_MapAreaInfo_WallType_">MapAreaInfo(MapAreaType, int, int, int, int, WallType)</a>
        </td>
        <td class="markdown level1 summary"><p>MapAreaInfo constructor.</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_MapAreaInfo_AreaIndex" data-uid="FarPoint.Web.Chart.MapAreaInfo.AreaIndex">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.AreaIndex.html#FarPoint_Web_Chart_MapAreaInfo_AreaIndex">AreaIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the area index of label area, legend area and plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_PointIndex" data-uid="FarPoint.Web.Chart.MapAreaInfo.PointIndex">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.PointIndex.html#FarPoint_Web_Chart_MapAreaInfo_PointIndex">PointIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data point index in a series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_SeriesIndex" data-uid="FarPoint.Web.Chart.MapAreaInfo.SeriesIndex">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.SeriesIndex.html#FarPoint_Web_Chart_MapAreaInfo_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series index in the Series collection of plotarea.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_SubSeriesIndex" data-uid="FarPoint.Web.Chart.MapAreaInfo.SubSeriesIndex">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.SubSeriesIndex.html#FarPoint_Web_Chart_MapAreaInfo_SubSeriesIndex">SubSeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the series index in the Series collection of PlotArea's composite series.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_Type" data-uid="FarPoint.Web.Chart.MapAreaInfo.Type">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.Type.html#FarPoint_Web_Chart_MapAreaInfo_Type">Type</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of MapArea.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_Wall" data-uid="FarPoint.Web.Chart.MapAreaInfo.Wall">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.Wall.html#FarPoint_Web_Chart_MapAreaInfo_Wall">Wall</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the type of the wall.</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_MapAreaInfo_Parse_System_String_" data-uid="FarPoint.Web.Chart.MapAreaInfo.Parse(System.String)">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.Parse.html#FarPoint_Web_Chart_MapAreaInfo_Parse_System_String_">Parse(string)</a>
        </td>
        <td class="markdown level1 summary"><p>Parse a MapAreaInfo from a System.String.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_ToString" data-uid="FarPoint.Web.Chart.MapAreaInfo.ToString">
          <a class="xref" href="FarPoint.Web.Chart.MapAreaInfo.ToString.html#FarPoint_Web_Chart_MapAreaInfo_ToString">ToString()</a>
        </td>
        <td class="markdown level1 summary"><p>Returns a System.String that represents the current MapAreaInfo.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
