# C1.Win.FlexReport.Chart.ChartAlarmZone.LowerExtent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartAlarmZone_LowerExtent_" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.LowerExtent*">LowerExtent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartAlarmZone_LowerExtent_" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.LowerExtent*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartAlarmZone_LowerExtent" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.LowerExtent">LowerExtent</h4>
<div class="markdown level1 summary"><p>Gets or sets the lower extent of the ChartAlarmZone in Y-axis data coordinates.</p>
<p>
Typically, the LowerExtent is the smaller Y value in data coordinates
that the ChartAlarmZone 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 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>
</div>
