# C1.Win.FlexReport.Chart.ChartValueLabelsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_FlexReport_Chart_ChartValueLabelsCollection" data-uid="C1.Win.FlexReport.Chart.ChartValueLabelsCollection" class="text-break">ChartValueLabelsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of axis value labels.</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.FlexReport.Chart.ChartObjectCollection-1.html">ChartObjectCollection</a>&lt;<a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabel.html">ChartValueLabel</a>&gt;</div>
    <div class="level2"><span class="xref">ChartValueLabelsCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabel.html">ChartValueLabel</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.ienumerable-1">IEnumerable</a>&lt;<a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabel.html">ChartValueLabel</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ilist">IList</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.icollection">ICollection</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><span class="xref">IC1SerializableCollection</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.Win.FlexReport.Chart.html">C1.Win.FlexReport.Chart</a></h6>
  <h6><strong>Assembly</strong>: C1.Win.FlexReport.4.8.dll</h6>
  <h5 id="C1_Win_FlexReport_Chart_ChartValueLabelsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ChartValueLabelsCollection : ChartObjectCollection&lt;ChartValueLabel&gt;, ICollection&lt;ChartValueLabel&gt;, IEnumerable&lt;ChartValueLabel&gt;, IList, ICollection, IEnumerable, IC1SerializableCollection</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ChartValueLabelsCollection
    Inherits ChartObjectCollection(Of ChartValueLabel)
    Implements ICollection(Of ChartValueLabel), IEnumerable(Of ChartValueLabel), IList, ICollection, IEnumerable, IC1SerializableCollection</code></pre>
  </div>
  <h3 id="constructors">Constructors
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartValueLabelsCollection__ctor" data-uid="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.#ctor">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.-ctor.html#C1_Win_FlexReport_Chart_ChartValueLabelsCollection__ctor">ChartValueLabelsCollection()</a>
        </td>
        <td class="markdown level1 summary"></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_FlexReport_Chart_ChartValueLabelsCollection_Add_C1_Win_FlexReport_Chart_ChartValueLabel_" data-uid="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.Add(C1.Win.FlexReport.Chart.ChartValueLabel)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.Add.html#C1_Win_FlexReport_Chart_ChartValueLabelsCollection_Add_C1_Win_FlexReport_Chart_ChartValueLabel_">Add(ChartValueLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an existing value label into the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartValueLabelsCollection_AddNewLabel" data-uid="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.AddNewLabel">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.AddNewLabel.html#C1_Win_FlexReport_Chart_ChartValueLabelsCollection_AddNewLabel">AddNewLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new value label into the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartValueLabelsCollection_Clear" data-uid="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.Clear">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.Clear.html#C1_Win_FlexReport_Chart_ChartValueLabelsCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all items from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartValueLabelsCollection_Remove_C1_Win_FlexReport_Chart_ChartValueLabel_" data-uid="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.Remove(C1.Win.FlexReport.Chart.ChartValueLabel)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.Remove.html#C1_Win_FlexReport_Chart_ChartValueLabelsCollection_Remove_C1_Win_FlexReport_Chart_ChartValueLabel_">Remove(ChartValueLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes an existing value label from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_FlexReport_Chart_ChartValueLabelsCollection_RemoveAt_System_Int32_" data-uid="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.RemoveAt(System.Int32)">
          <a class="xref" href="C1.Win.FlexReport.Chart.ChartValueLabelsCollection.RemoveAt.html#C1_Win_FlexReport_Chart_ChartValueLabelsCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the value label at the specific index.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
