# C1.Win.C1Chart.ValueLabelsCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="C1_Win_C1Chart_ValueLabelsCollection" data-uid="C1.Win.C1Chart.ValueLabelsCollection" class="text-break">ValueLabelsCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of ValueLabels objects used to define the appearance
of the ValueLabels for the X, Y, and Y2 objects of the ChartArea.</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="https://learn.microsoft.com/dotnet/api/system.collections.collectionbase">CollectionBase</a></div>
    <div class="level2"><span class="xref">ValueLabelsCollection</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <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>
  <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_ValueLabelsCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ValueLabelsCollection : CollectionBase, IList, ICollection, IEnumerable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ValueLabelsCollection
    Inherits CollectionBase
    Implements IList, ICollection, IEnumerable</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_C1Chart_ValueLabelsCollection__ctor" data-uid="C1.Win.C1Chart.ValueLabelsCollection.#ctor">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.-ctor.html#C1_Win_C1Chart_ValueLabelsCollection__ctor">ValueLabelsCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.html">ValueLabelsCollection</a> class.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection__ctor_C1_Win_C1Chart_iNotifyChanges_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.#ctor(C1.Win.C1Chart.iNotifyChanges)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.-ctor.html#C1_Win_C1Chart_ValueLabelsCollection__ctor_C1_Win_C1Chart_iNotifyChanges_">ValueLabelsCollection(iNotifyChanges)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new instance of <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.html">ValueLabelsCollection</a> class.</p>
</td>
      </tr>
    </tbody>
  </table>
  <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_ValueLabelsCollection_Count" data-uid="C1.Win.C1Chart.ValueLabelsCollection.Count">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.Count.html#C1_Win_C1Chart_ValueLabelsCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the item count of the collection.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_Item_System_DateTime_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.Item(System.DateTime)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.Item.html#C1_Win_C1Chart_ValueLabelsCollection_Item_System_DateTime_">this[DateTime]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified value label with the matching DateTime value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_Item_System_Double_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.Item(System.Double)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.Item.html#C1_Win_C1Chart_ValueLabelsCollection_Item_System_Double_">this[double]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified label from the collection with the matching numeric value.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_Item_System_Int32_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.Item(System.Int32)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.Item.html#C1_Win_C1Chart_ValueLabelsCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified label from the collection by numeric index.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_Item_System_String_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.Item(System.String)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.Item.html#C1_Win_C1Chart_ValueLabelsCollection_Item_System_String_">this[string]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the specified value label with the matching text.</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_C1Chart_ValueLabelsCollection_Add_C1_Win_C1Chart_ValueLabel_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.Add(C1.Win.C1Chart.ValueLabel)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.Add.html#C1_Win_C1Chart_ValueLabelsCollection_Add_C1_Win_C1Chart_ValueLabel_">Add(ValueLabel)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds specified label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_Add_System_Object_System_String_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.Add(System.Object,System.String)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.Add.html#C1_Win_C1Chart_ValueLabelsCollection_Add_System_Object_System_String_">Add(object, string)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds new label and accepts initialization parameters.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_AddNewLabel" data-uid="C1.Win.C1Chart.ValueLabelsCollection.AddNewLabel">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.AddNewLabel.html#C1_Win_C1Chart_ValueLabelsCollection_AddNewLabel">AddNewLabel()</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a new empty label.</p>
</td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_OnInsert_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.OnInsert(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.OnInsert.html#C1_Win_C1Chart_ValueLabelsCollection_OnInsert_System_Int32_System_Object_">OnInsert(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_OnInsertComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.OnInsertComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.OnInsertComplete.html#C1_Win_C1Chart_ValueLabelsCollection_OnInsertComplete_System_Int32_System_Object_">OnInsertComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_OnRemoveComplete_System_Int32_System_Object_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.OnRemoveComplete(System.Int32,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.OnRemoveComplete.html#C1_Win_C1Chart_ValueLabelsCollection_OnRemoveComplete_System_Int32_System_Object_">OnRemoveComplete(int, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
      <tr>
        <td id="C1_Win_C1Chart_ValueLabelsCollection_OnSet_System_Int32_System_Object_System_Object_" data-uid="C1.Win.C1Chart.ValueLabelsCollection.OnSet(System.Int32,System.Object,System.Object)">
          <a class="xref" href="C1.Win.C1Chart.ValueLabelsCollection.OnSet.html#C1_Win_C1Chart_ValueLabelsCollection_OnSet_System_Int32_System_Object_System_Object_">OnSet(int, object, object)</a>
        </td>
        <td class="markdown level1 summary"></td>
      </tr>
    </tbody>
  </table>

</div>
