# C1.Win.FlexReport.Chart.ChartAlarmZone.MinHeight

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartAlarmZone_MinHeight_" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.MinHeight*">MinHeight Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartAlarmZone_MinHeight_" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.MinHeight*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartAlarmZone_MinHeight" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.MinHeight">MinHeight</h4>
<div class="markdown level1 summary"><p>Gets or sets the ChartAlarmZone minimum height, in twips.</p>
<p>
If the height of the ChartAlarmZone is less than the specified value
in twips, the ChartAlarmZone is drawn with the specified height.
Applicable only for Cartesian charts and rectangular or elliptical
shaped alarm zones.
</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">[TypeConverter(typeof(PageUnitConverter))]
public double MinHeight { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property MinHeight As Double</code></pre>
</div>
</div>
