# C1.Win.C1Chart.AlarmZone

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_AlarmZone" data-uid="C1.Win.C1Chart.AlarmZone" class="text-break">AlarmZone Class
</h1>
  <div class="markdown level0 summary"><p>Represents a series of bands or shapes that can be placed behind the
plotted data, but in front of the chart background.</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">AlarmZone</span></div>
  </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_AlarmZone_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class AlarmZone</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(HiddenPropsTypeConverter))&gt;
Public Class AlarmZone</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="C1_Win_C1Chart_AlarmZone__ctor" data-uid="C1.Win.C1Chart.AlarmZone.#ctor">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.-ctor.html#C1_Win_C1Chart_AlarmZone__ctor">AlarmZone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.AlarmZone.html">AlarmZone</a> class.</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="C1_Win_C1Chart_AlarmZone_BackColor" data-uid="C1.Win.C1Chart.AlarmZone.BackColor">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.BackColor.html#C1_Win_C1Chart_AlarmZone_BackColor">BackColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the background color of the AlarmZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_FarExtent" data-uid="C1.Win.C1Chart.AlarmZone.FarExtent">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.FarExtent.html#C1_Win_C1Chart_AlarmZone_FarExtent">FarExtent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the far extent of the AlarmZone in X-axis data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_ForeColor" data-uid="C1.Win.C1Chart.AlarmZone.ForeColor">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.ForeColor.html#C1_Win_C1Chart_AlarmZone_ForeColor">ForeColor</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the foreground color of the AlarmZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_GroupIndex" data-uid="C1.Win.C1Chart.AlarmZone.GroupIndex">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.GroupIndex.html#C1_Win_C1Chart_AlarmZone_GroupIndex">GroupIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the index of the data group of the AlarmZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_LowerExtent" data-uid="C1.Win.C1Chart.AlarmZone.LowerExtent">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.LowerExtent.html#C1_Win_C1Chart_AlarmZone_LowerExtent">LowerExtent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the lower extent of the AlarmZone in Y-axis data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_MinHeight" data-uid="C1.Win.C1Chart.AlarmZone.MinHeight">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.MinHeight.html#C1_Win_C1Chart_AlarmZone_MinHeight">MinHeight</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the AlarmZone minimum pixel height.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_MinWidth" data-uid="C1.Win.C1Chart.AlarmZone.MinWidth">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.MinWidth.html#C1_Win_C1Chart_AlarmZone_MinWidth">MinWidth</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the AlarmZone minimum pixel width.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_Name" data-uid="C1.Win.C1Chart.AlarmZone.Name">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.Name.html#C1_Win_C1Chart_AlarmZone_Name">Name</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the name of the AlarmZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_NearExtent" data-uid="C1.Win.C1Chart.AlarmZone.NearExtent">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.NearExtent.html#C1_Win_C1Chart_AlarmZone_NearExtent">NearExtent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the near extent of the AlarmZone in X-axis data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_PatternStyle" data-uid="C1.Win.C1Chart.AlarmZone.PatternStyle">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.PatternStyle.html#C1_Win_C1Chart_AlarmZone_PatternStyle">PatternStyle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the pattern style to be used if PatternVisible is true.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_PatternVisible" data-uid="C1.Win.C1Chart.AlarmZone.PatternVisible">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.PatternVisible.html#C1_Win_C1Chart_AlarmZone_PatternVisible">PatternVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the specified PatternStyle should
be used to brush the background of the AlarmZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_PolygonData" data-uid="C1.Win.C1Chart.AlarmZone.PolygonData">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.PolygonData.html#C1_Win_C1Chart_AlarmZone_PolygonData">PolygonData</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the PolygonData object for the AlarmZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_Shape" data-uid="C1.Win.C1Chart.AlarmZone.Shape">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.Shape.html#C1_Win_C1Chart_AlarmZone_Shape">Shape</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the shape of the AlarmZone.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_UpperExtent" data-uid="C1.Win.C1Chart.AlarmZone.UpperExtent">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.UpperExtent.html#C1_Win_C1Chart_AlarmZone_UpperExtent">UpperExtent</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the upper extent of the AlarmZone in Y-axis data coordinates.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_AlarmZone_Visible" data-uid="C1.Win.C1Chart.AlarmZone.Visible">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.Visible.html#C1_Win_C1Chart_AlarmZone_Visible">Visible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the visibility of the AlarmZone.</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="C1_Win_C1Chart_AlarmZone_IsInsideZone_System_Int32_System_Int32_" data-uid="C1.Win.C1Chart.AlarmZone.IsInsideZone(System.Int32,System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.AlarmZone.IsInsideZone.html#C1_Win_C1Chart_AlarmZone_IsInsideZone_System_Int32_System_Int32_">IsInsideZone(int, int)</a>
        </td>
        <td class="markdown level1 summary"><p>Returns true if the specified client coordinate lies within
the shape of the AlarmZone.
<remarks>
AlarmZones may overlap, with one more AlarmZones on top of others.
This method returns true as long as the coordinate is within the
bounds of the AlarmZone, regardless of whether the AlarmZone is
covered by another at the specified coordinate.
</remarks></p>
</td>
      </tr>
    </tbody>
  </table>

</div>
