# C1.Win.C1Chart.AlarmZone.PolygonData

## Content

<div class="doc-site-dotnet-api-container">



<h1 id="C1_Win_C1Chart_AlarmZone_PolygonData_" data-uid="C1.Win.C1Chart.AlarmZone.PolygonData*">PolygonData Property
</h1>
<div class="markdown level0 summary"></div>
<div class="markdown level0 conceptual"></div>



<a id="C1_Win_C1Chart_AlarmZone_PolygonData_" data-uid="C1.Win.C1Chart.AlarmZone.PolygonData*"></a>
<h4 id="C1_Win_C1Chart_AlarmZone_PolygonData" data-uid="C1.Win.C1Chart.AlarmZone.PolygonData">PolygonData</h4>
<div class="markdown level1 summary"><p>Gets the PolygonData object for 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 PolygonData PolygonData { get; }</code></pre>
</div>
<div class="codewrapper">
  <pre><code class="lang-vbnet hljs">Public ReadOnly Property PolygonData As PolygonData</code></pre>
</div>
<h5 id="C1_Win_C1Chart_AlarmZone_PolygonData_remarks">Remarks</h5>
<div class="markdown level1 remarks"><p>If the AlarmZone is polygon shaped, then this object is used to
specify the polygon coordinates using arrays or data series specification.
Applicable only for Cartesian charts and polygon shaped AlarmZones.</p>
</div>
</div>
