# C1.Win.C1Chart.ChartRegionEnum

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_Win_C1Chart_ChartRegionEnum" data-uid="C1.Win.C1Chart.ChartRegionEnum" class="text-break">ChartRegionEnum Enum
</h1>
  <div class="markdown level0 summary"><p>Use the members of this enumeration as it is returned
from the ChartRegionFromCoord method of the C1Chart.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_ChartRegionEnum_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum ChartRegionEnum</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum ChartRegionEnum</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="C1_Win_C1Chart_ChartRegionEnum_ChartArea">ChartArea</td>
        <td><p>The coordinates are located in the ChartArea which is
outside of the axes but within the bounds of the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_ChartLabel">ChartLabel</td>
        <td><p>The coordinates are located in a ChartLabel object which can be placed anywhere around the chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_Control">Control</td>
        <td><p>The coordinates are within the bounds of the control.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_Footer">Footer</td>
        <td><p>The coordinates are located in the Header title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_Header">Header</td>
        <td><p>The coordinates are located in the Header title.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_Legend">Legend</td>
        <td><p>The coordinates are located in the Legend object.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_None">None</td>
        <td><p>The coordinates are not located in the C1Chart.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_PlotArea">PlotArea</td>
        <td><p>The coordinates are located in the PlotArea which is located within the axes.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_XAxis">XAxis</td>
        <td><p>The coordinates are located in the X-Axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_Y2Axis">Y2Axis</td>
        <td><p>The coordinates are located in the Y2-Axis.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ChartRegionEnum_YAxis">YAxis</td>
        <td><p>The coordinates are located in the Y-Axis.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
