# C1.Win.FlexReport.Chart.ChartAlarmZone.NearExtent

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartAlarmZone_NearExtent_" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.NearExtent*">NearExtent Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartAlarmZone_NearExtent_" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.NearExtent*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartAlarmZone_NearExtent" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.NearExtent">NearExtent</h4>
<div class="markdown level1 summary"><p>Gets or sets the near extent of the ChartAlarmZone in X-axis data coordinates.</p>
<p>
Typically, the NearExtent is the smaller X value in data coordinates
that the ChartAlarmZone extends. If the FarExtent and NearExtent are both zero,
then both are assumed to be the Max and Min values of the X-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 NearExtent { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property NearExtent As Double</code></pre>
</div>
</div>
