# FarPoint.Web.Chart.MapAreaInfo.WallType

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="FarPoint_Web_Chart_MapAreaInfo_WallType" data-uid="FarPoint.Web.Chart.MapAreaInfo.WallType" class="text-break">MapAreaInfo.WallType Enum
</h1>
  <div class="markdown level0 summary"><p>The enum is used to specify a map area info belongs to which wall of a plot area.
The enum item's names are the Wall typed properties' names of a plot 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_MapAreaInfo_WallType_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MapAreaInfo.WallType</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MapAreaInfo.WallType</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_WallType_BackWall">BackWall</td>
        <td><p>Region covers back wall</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_WallType_BottomWall">BottomWall</td>
        <td><p>Region covers bottom wall</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_MapAreaInfo_WallType_SideWall">SideWall</td>
        <td><p>Region covers side wall</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
