# C1.Win.C1Chart.PolygonData

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_PolygonData" data-uid="C1.Win.C1Chart.PolygonData" class="text-break">PolygonData Class
</h1>
  <div class="markdown level0 summary"><p>Provides data for the polygon shaped objects in Cartesian charts
and polygon shaped AlarmZones.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <div class="inheritance">
    <h5>Inheritance</h5>
    <div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div>
    <div class="level1"><a class="xref" href="C1.Win.C1Chart.ChartCoordHolder.html">ChartCoordHolder</a></div>
    <div class="level2"><span class="xref">PolygonData</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1Chart.html">C1.Win.C1Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1Chart_PolygonData_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(HiddenPropsTypeConverter))]
public class PolygonData : ChartCoordHolder</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(HiddenPropsTypeConverter))&gt;
Public Class PolygonData
    Inherits ChartCoordHolder</code></pre>
  </div>
  <h3 id="properties">Properties
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1Chart_PolygonData_ChartGroup" data-uid="C1.Win.C1Chart.PolygonData.ChartGroup">
          <a class="xref" href="C1.Win.C1Chart.PolygonData.ChartGroup.html#C1_Win_C1Chart_PolygonData_ChartGroup">ChartGroup</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets <span class="xref">C1.Win.C1Chart.ChartCoordHolder.ChartGroup</span> which belongs to.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PolygonData_Label" data-uid="C1.Win.C1Chart.PolygonData.Label">
          <a class="xref" href="C1.Win.C1Chart.PolygonData.Label.html#C1_Win_C1Chart_PolygonData_Label">Label</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the chart label text.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PolygonData_PolygonSource" data-uid="C1.Win.C1Chart.PolygonData.PolygonSource">
          <a class="xref" href="C1.Win.C1Chart.PolygonData.PolygonSource.html#C1_Win_C1Chart_PolygonData_PolygonSource">PolygonSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the or sets whether the source of the polygon data is from a ChartCoordArray
object or from a specified data series.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_PolygonData_SeriesIndex" data-uid="C1.Win.C1Chart.PolygonData.SeriesIndex">
          <a class="xref" href="C1.Win.C1Chart.PolygonData.SeriesIndex.html#C1_Win_C1Chart_PolygonData_SeriesIndex">SeriesIndex</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the or sets the index of the ChartDataSeries from which to obtain data
defining the polygon.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
