# C1.Win.C1Chart.AlarmZone.LowerExtent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_AlarmZone_LowerExtent_" data-uid="C1.Win.C1Chart.AlarmZone.LowerExtent*">LowerExtent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_AlarmZone_LowerExtent_" data-uid="C1.Win.C1Chart.AlarmZone.LowerExtent*"></a>
<h4 id="C1_Win_C1Chart_AlarmZone_LowerExtent" data-uid="C1.Win.C1Chart.AlarmZone.LowerExtent">LowerExtent</h4>
<div class="markdown level1 summary"><p>Gets or sets the lower extent of the AlarmZone in Y-axis data coordinates.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public double LowerExtent { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property LowerExtent As Double</code></pre>
</div>
<h5 id="C1_Win_C1Chart_AlarmZone_LowerExtent_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>Typically, the LowerExtent is the smaller Y value in data coordinates
that the AlarmZone extends. If the UpperExtent and LowerExtent are both zero,
then both are assumed to be the Max and Min values of the Y-axis, respectively.</p>
</div>
</div>
