# FarPoint.Web.Chart.RadarValueAxisCollection

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_RadarValueAxisCollection" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection" class="text-break">RadarValueAxisCollection Class
</h1>
  <div class="markdown level0 summary"><p>Represents a collection of axes.</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">RadarValueAxisCollection</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.RadarValueAxis.html">RadarValueAxis</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.RadarValueAxis.html">RadarValueAxis</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.RadarValueAxis.html">RadarValueAxis</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.xml.serialization.ixmlserializable">IXmlSerializable</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_RadarValueAxisCollection_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RadarValueAxisCollection : IList, ICollection, IList&lt;RadarValueAxis&gt;, ICollection&lt;RadarValueAxis&gt;, IEnumerable&lt;RadarValueAxis&gt;, IEnumerable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RadarValueAxisCollection
    Implements IList, ICollection, IList(Of RadarValueAxis), ICollection(Of RadarValueAxis), IEnumerable(Of RadarValueAxis), IEnumerable, IXmlSerializable</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="FarPoint_Web_Chart_RadarValueAxisCollection_Count" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.Count">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.Count.html#FarPoint_Web_Chart_RadarValueAxisCollection_Count">Count</a>
        </td>
        <td class="markdown level1 summary"><p>Specifies the number of axes in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_Item_System_Int32_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.Item(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.Item.html#FarPoint_Web_Chart_RadarValueAxisCollection_Item_System_Int32_">this[int]</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the axis 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_RadarValueAxisCollection_Add_FarPoint_Web_Chart_RadarValueAxis_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.Add(FarPoint.Web.Chart.RadarValueAxis)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.Add.html#FarPoint_Web_Chart_RadarValueAxisCollection_Add_FarPoint_Web_Chart_RadarValueAxis_">Add(RadarValueAxis)</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an axis to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_AddRange_FarPoint_Web_Chart_RadarValueAxis___" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.AddRange(FarPoint.Web.Chart.RadarValueAxis[])">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.AddRange.html#FarPoint_Web_Chart_RadarValueAxisCollection_AddRange_FarPoint_Web_Chart_RadarValueAxis___">AddRange(RadarValueAxis[])</a>
        </td>
        <td class="markdown level1 summary"><p>Adds an array of axes to the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_Clear" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.Clear">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.Clear.html#FarPoint_Web_Chart_RadarValueAxisCollection_Clear">Clear()</a>
        </td>
        <td class="markdown level1 summary"><p>Removes all axes from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_Contains_FarPoint_Web_Chart_RadarValueAxis_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.Contains(FarPoint.Web.Chart.RadarValueAxis)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.Contains.html#FarPoint_Web_Chart_RadarValueAxisCollection_Contains_FarPoint_Web_Chart_RadarValueAxis_">Contains(RadarValueAxis)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines whether the collection contains a specific axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_CopyTo_FarPoint_Web_Chart_RadarValueAxis___System_Int32_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.CopyTo(FarPoint.Web.Chart.RadarValueAxis[],System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.CopyTo.html#FarPoint_Web_Chart_RadarValueAxisCollection_CopyTo_FarPoint_Web_Chart_RadarValueAxis___System_Int32_">CopyTo(RadarValueAxis[], int)</a>
        </td>
        <td class="markdown level1 summary"><p>Copies the axes in the collection to an array,
starting at the specified array index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_GetEnumerator" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.GetEnumerator">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.GetEnumerator.html#FarPoint_Web_Chart_RadarValueAxisCollection_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_RadarValueAxisCollection_GetSchema" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.GetSchema.html#FarPoint_Web_Chart_RadarValueAxisCollection_GetSchema">GetSchema()</a>
        </td>
        <td class="markdown level1 summary"><p>This method is reserved and should not be used.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_IndexOf_FarPoint_Web_Chart_RadarValueAxis_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.IndexOf(FarPoint.Web.Chart.RadarValueAxis)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.IndexOf.html#FarPoint_Web_Chart_RadarValueAxisCollection_IndexOf_FarPoint_Web_Chart_RadarValueAxis_">IndexOf(RadarValueAxis)</a>
        </td>
        <td class="markdown level1 summary"><p>Determines the index of the axis in the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_Insert_System_Int32_FarPoint_Web_Chart_RadarValueAxis_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.Insert(System.Int32,FarPoint.Web.Chart.RadarValueAxis)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.Insert.html#FarPoint_Web_Chart_RadarValueAxisCollection_Insert_System_Int32_FarPoint_Web_Chart_RadarValueAxis_">Insert(int, RadarValueAxis)</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an axis into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_InsertRange_System_Int32_FarPoint_Web_Chart_RadarValueAxis___" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.InsertRange(System.Int32,FarPoint.Web.Chart.RadarValueAxis[])">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.InsertRange.html#FarPoint_Web_Chart_RadarValueAxisCollection_InsertRange_System_Int32_FarPoint_Web_Chart_RadarValueAxis___">InsertRange(int, RadarValueAxis[])</a>
        </td>
        <td class="markdown level1 summary"><p>Inserts an array of axes into the collection at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_OnChanged_System_EventArgs_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.OnChanged(System.EventArgs)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.OnChanged.html#FarPoint_Web_Chart_RadarValueAxisCollection_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_RadarValueAxisCollection_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.ReadXml.html#FarPoint_Web_Chart_RadarValueAxisCollection_ReadXml_System_Xml_XmlReader_">ReadXml(XmlReader)</a>
        </td>
        <td class="markdown level1 summary"><p>Generates an object from its XML representation.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_Remove_FarPoint_Web_Chart_RadarValueAxis_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.Remove(FarPoint.Web.Chart.RadarValueAxis)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.Remove.html#FarPoint_Web_Chart_RadarValueAxisCollection_Remove_FarPoint_Web_Chart_RadarValueAxis_">Remove(RadarValueAxis)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the specified axis from the collection.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_RemoveAt_System_Int32_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.RemoveAt(System.Int32)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.RemoveAt.html#FarPoint_Web_Chart_RadarValueAxisCollection_RemoveAt_System_Int32_">RemoveAt(int)</a>
        </td>
        <td class="markdown level1 summary"><p>Removes the axis at the specified index.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxisCollection_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.WriteXml.html#FarPoint_Web_Chart_RadarValueAxisCollection_WriteXml_System_Xml_XmlWriter_">WriteXml(XmlWriter)</a>
        </td>
        <td class="markdown level1 summary"><p>Converts an object into its XML representation.</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_RadarValueAxisCollection_Changed" data-uid="FarPoint.Web.Chart.RadarValueAxisCollection.Changed">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxisCollection.Changed.html">Changed</a>
        </td>
        <td class="markdown level1 summary"><p>Occurs when the collection is changed.</p>
</td>
      </tr>
    </tbody>
  </table>

</div>
