# C1.Win.C1ChartBase.IChartSeriesInfo

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1ChartBase_IChartSeriesInfo" data-uid="C1.Win.C1ChartBase.IChartSeriesInfo" class="text-break">IChartSeriesInfo Interface
</h1>
  <div class="markdown level0 summary"><p>Provides chart series properties.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.C1ChartBase.html">C1.Win.C1ChartBase</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.C1Chart.4.8.dll</h6>
  <h5 id="C1_Win_C1ChartBase_IChartSeriesInfo_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public interface IChartSeriesInfo</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Interface IChartSeriesInfo</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_C1ChartBase_IChartSeriesInfo_Count" data-uid="C1.Win.C1ChartBase.IChartSeriesInfo.Count">
          <a class="xref" href="C1.Win.C1ChartBase.IChartSeriesInfo.Count.html#C1_Win_C1ChartBase_IChartSeriesInfo_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Number of labels.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="methods">Methods
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_C1ChartBase_IChartSeriesInfo_GetLabels" data-uid="C1.Win.C1ChartBase.IChartSeriesInfo.GetLabels">
          <a class="xref" href="C1.Win.C1ChartBase.IChartSeriesInfo.GetLabels.html#C1_Win_C1ChartBase_IChartSeriesInfo_GetLabels">GetLabels()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of label strings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_IChartSeriesInfo_GetLabelsUnique" data-uid="C1.Win.C1ChartBase.IChartSeriesInfo.GetLabelsUnique">
          <a class="xref" href="C1.Win.C1ChartBase.IChartSeriesInfo.GetLabelsUnique.html#C1_Win_C1ChartBase_IChartSeriesInfo_GetLabelsUnique">GetLabelsUnique()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the array of unique label strings.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1ChartBase_IChartSeriesInfo_SetSeriesRect_System_Int32_System_Drawing_Rectangle_" data-uid="C1.Win.C1ChartBase.IChartSeriesInfo.SetSeriesRect(System.Int32,System.Drawing.Rectangle)">
          <a class="xref" href="C1.Win.C1ChartBase.IChartSeriesInfo.SetSeriesRect.html#C1_Win_C1ChartBase_IChartSeriesInfo_SetSeriesRect_System_Int32_System_Drawing_Rectangle_">SetSeriesRect(int, Rectangle)</a>
        </td>
        <td class="markdown level1 summary"><p>Sets the series rectangle.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
