# C1.Win.C1Chart.AlarmZone.Shape

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_AlarmZone_Shape_" data-uid="C1.Win.C1Chart.AlarmZone.Shape*">Shape Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_AlarmZone_Shape_" data-uid="C1.Win.C1Chart.AlarmZone.Shape*"></a>
<h4 id="C1_Win_C1Chart_AlarmZone_Shape" data-uid="C1.Win.C1Chart.AlarmZone.Shape">Shape</h4>
<div class="markdown level1 summary"><p>Gets or sets the shape of the AlarmZone.</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="declaration">Declaration</h5>
<div class="codewrapper">
  <pre><code class="lang-csharp hljs">public AlarmZoneShapeEnum Shape { get; set; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public Property Shape As AlarmZoneShapeEnum</code></pre>
</div>
<h5 id="C1_Win_C1Chart_AlarmZone_Shape_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>An AlarmZone of rectangle shape is specified by the rectangle bounded by the
the data coordinates specified by the extents of the AlarmZone.
An AlarmZone of elliptical shape is specified by the rectangle bounded by the
the data coordinates specified by the extents of the AlarmZone.
An AlarmZone of polygon shape is specified by the data specified of the PolygonData
and bounded by the data coordinates specified by the extents of the AlarmZone.
Applicable only for Cartesian charts.</p>
</div>
</div>
