# C1.Win.FlexReport.Chart.ChartAlarmZone.MinWidth

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_FlexReport_Chart_ChartAlarmZone_MinWidth_" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.MinWidth*">MinWidth Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_FlexReport_Chart_ChartAlarmZone_MinWidth_" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.MinWidth*"></a>
<h4 id="C1_Win_FlexReport_Chart_ChartAlarmZone_MinWidth" data-uid="C1.Win.FlexReport.Chart.ChartAlarmZone.MinWidth">MinWidth</h4>
<div class="markdown level1 summary"><p>Gets or sets the ChartAlarmZone minimum width, in twips.</p>
<p>
If the width of the ChartAlarmZone is less than the specified value
in twips, the ChartAlarmZone is drawn with the specified width.
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 MinWidth { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(PageUnitConverter))&gt;
Public Property MinWidth As Double</code></pre>
</div>
</div>
