# FarPoint.Web.Chart.BevelCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_BevelCollection" data-uid="FarPoint.Web.Chart.BevelCollection" class="text-break">BevelCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of bevels.</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"><span class="xref">BevelCollection</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.generic.ilist-1">IList</a>&lt;<a class="xref" href="FarPoint.Web.Chart.Bevel.html">Bevel</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.generic.icollection-1">ICollection</a>&lt;<a class="xref" href="FarPoint.Web.Chart.Bevel.html">Bevel</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="FarPoint.Web.Chart.Bevel.html">Bevel</a>&gt;</div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.collections.ienumerable">IEnumerable</a></div>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Web.Chart.html">FarPoint.Web.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Web.Chart.dll</h6>
  <h5 id="FarPoint_Web_Chart_BevelCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class BevelCollection : IList, ICollection, IList&lt;Bevel&gt;, ICollection&lt;Bevel&gt;, IEnumerable&lt;Bevel&gt;, IEnumerable, ICloneable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class BevelCollection
    Implements IList, ICollection, IList(Of Bevel), ICollection(Of Bevel), IEnumerable(Of Bevel), IEnumerable, ICloneable</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="FarPoint_Web_Chart_BevelCollection__ctor" data-uid="FarPoint.Web.Chart.BevelCollection.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.-ctor.html#FarPoint_Web_Chart_BevelCollection__ctor">BevelCollection()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of bevels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection__ctor_FarPoint_Web_Chart_BevelCollection_" data-uid="FarPoint.Web.Chart.BevelCollection.#ctor(FarPoint.Web.Chart.BevelCollection)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.-ctor.html#FarPoint_Web_Chart_BevelCollection__ctor_FarPoint_Web_Chart_BevelCollection_">BevelCollection(BevelCollection)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection of bevels that is a copy of
the specified collection of bevels.</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="FarPoint_Web_Chart_BevelCollection_Count" data-uid="FarPoint.Web.Chart.BevelCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Count.html#FarPoint_Web_Chart_BevelCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the number of bevels in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.BevelCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Item.html#FarPoint_Web_Chart_BevelCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the bevel at the specified index.</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="FarPoint_Web_Chart_BevelCollection_Add_FarPoint_Web_Chart_Bevel_" data-uid="FarPoint.Web.Chart.BevelCollection.Add(FarPoint.Web.Chart.Bevel)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Add.html#FarPoint_Web_Chart_BevelCollection_Add_FarPoint_Web_Chart_Bevel_">Add(Bevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds a bevel to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_AddRange_FarPoint_Web_Chart_Bevel___" data-uid="FarPoint.Web.Chart.BevelCollection.AddRange(FarPoint.Web.Chart.Bevel[])">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.AddRange.html#FarPoint_Web_Chart_BevelCollection_AddRange_FarPoint_Web_Chart_Bevel___">AddRange(Bevel[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of bevels to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_Clear" data-uid="FarPoint.Web.Chart.BevelCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Clear.html#FarPoint_Web_Chart_BevelCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all bevels from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_Clone" data-uid="FarPoint.Web.Chart.BevelCollection.Clone">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Clone.html#FarPoint_Web_Chart_BevelCollection_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new collection that is a copy of this collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_Contains_FarPoint_Web_Chart_Bevel_" data-uid="FarPoint.Web.Chart.BevelCollection.Contains(FarPoint.Web.Chart.Bevel)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Contains.html#FarPoint_Web_Chart_BevelCollection_Contains_FarPoint_Web_Chart_Bevel_">Contains(Bevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific bevel.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_CopyTo_FarPoint_Web_Chart_Bevel___System_Int32_" data-uid="FarPoint.Web.Chart.BevelCollection.CopyTo(FarPoint.Web.Chart.Bevel[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.CopyTo.html#FarPoint_Web_Chart_BevelCollection_CopyTo_FarPoint_Web_Chart_Bevel___System_Int32_">CopyTo(Bevel[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the bevels in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.BevelCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.GetEnumerator.html#FarPoint_Web_Chart_BevelCollection_GetEnumerator">GetEnumerator()</a>
        </td>
        <td class="markdown level1 summary"><p>Gets an enumerator that iterates through the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_IndexOf_FarPoint_Web_Chart_Bevel_" data-uid="FarPoint.Web.Chart.BevelCollection.IndexOf(FarPoint.Web.Chart.Bevel)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.IndexOf.html#FarPoint_Web_Chart_BevelCollection_IndexOf_FarPoint_Web_Chart_Bevel_">IndexOf(Bevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the bevel in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_Insert_System_Int32_FarPoint_Web_Chart_Bevel_" data-uid="FarPoint.Web.Chart.BevelCollection.Insert(System.Int32,FarPoint.Web.Chart.Bevel)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Insert.html#FarPoint_Web_Chart_BevelCollection_Insert_System_Int32_FarPoint_Web_Chart_Bevel_">Insert(int, Bevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts a bevel into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_InsertRange_System_Int32_FarPoint_Web_Chart_Bevel___" data-uid="FarPoint.Web.Chart.BevelCollection.InsertRange(System.Int32,FarPoint.Web.Chart.Bevel[])">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.InsertRange.html#FarPoint_Web_Chart_BevelCollection_InsertRange_System_Int32_FarPoint_Web_Chart_Bevel___">InsertRange(int, Bevel[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of bevels into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.BevelCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.OnChanged.html#FarPoint_Web_Chart_BevelCollection_OnChanged_System_EventArgs_">OnChanged(EventArgs)</a>
        </td>
        <td class="markdown level1 summary"><p>Raises the Changed event.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_Remove_FarPoint_Web_Chart_Bevel_" data-uid="FarPoint.Web.Chart.BevelCollection.Remove(FarPoint.Web.Chart.Bevel)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Remove.html#FarPoint_Web_Chart_BevelCollection_Remove_FarPoint_Web_Chart_Bevel_">Remove(Bevel)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a bevel from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.BevelCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.RemoveAt.html#FarPoint_Web_Chart_BevelCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes a bevel from the collection at the specified index.</p>
</td>
      </tr>
    </tbody>
  </table>
  <h3 id="events">Events
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    </thead>
    <tbody>
      <tr>
        <td id="FarPoint_Web_Chart_BevelCollection_Changed" data-uid="FarPoint.Web.Chart.BevelCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.BevelCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
