# FarPoint.Win.Chart.RadarIndexAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Win_Chart_RadarIndexAxis" data-uid="FarPoint.Win.Chart.RadarIndexAxis" class="text-break">RadarIndexAxis Class
</h1>
  <div class="markdown level0 summary"><p>Represents an indexed axis.</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="FarPoint.Win.Chart.Axis.html">Axis</a></div>
    <div class="level2"><span class="xref">RadarIndexAxis</span></div>
  </div>
  <div class="implements">
    <h5>Implements</h5>
    <div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.icloneable">ICloneable</a></div>
    <div><span class="xref">IXmlSerializable</span></div>
  </div>
  <h6><strong>Namespace</strong>: <a class="xref" href="FarPoint.Win.Chart.html">FarPoint.Win.Chart</a></h6>
  <h6><strong>Assembly</strong>: FarPoint.Win.Chart.dll</h6>
  <h5 id="FarPoint_Win_Chart_RadarIndexAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">[TypeConverter(typeof(GenericTypeConverter&lt;RadarIndexAxis&gt;))]
public class RadarIndexAxis : Axis, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">&lt;TypeConverter(GetType(GenericTypeConverter(Of RadarIndexAxis)))&gt;
Public Class RadarIndexAxis
    Inherits Axis
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Win_Chart_RadarIndexAxis_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>An axis can have a ruler line, major/minor tick marks, tick mark
labels, major/minor grid lines, and stripes.  The direction of an
axis can be reversed.</p>
</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_Win_Chart_RadarIndexAxis__ctor" data-uid="FarPoint.Win.Chart.RadarIndexAxis.#ctor">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.-ctor.html#FarPoint_Win_Chart_RadarIndexAxis__ctor">RadarIndexAxis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis__ctor_FarPoint_Win_Chart_RadarIndexAxis_" data-uid="FarPoint.Win.Chart.RadarIndexAxis.#ctor(FarPoint.Win.Chart.RadarIndexAxis)">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.-ctor.html#FarPoint_Win_Chart_RadarIndexAxis__ctor_FarPoint_Win_Chart_RadarIndexAxis_">RadarIndexAxis(RadarIndexAxis)</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis that is a deep copy of the specified axis.</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_Win_Chart_RadarIndexAxis_AutoLabelUnit" data-uid="FarPoint.Win.Chart.RadarIndexAxis.AutoLabelUnit">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.AutoLabelUnit.html#FarPoint_Win_Chart_RadarIndexAxis_AutoLabelUnit">AutoLabelUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the interval for tick mark labels is
automatically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_AutoMajorUnit" data-uid="FarPoint.Win.Chart.RadarIndexAxis.AutoMajorUnit">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.AutoMajorUnit.html#FarPoint_Win_Chart_RadarIndexAxis_AutoMajorUnit">AutoMajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the interval for major tick marks and
major grid lines is automatically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_AutoMinorUnit" data-uid="FarPoint.Win.Chart.RadarIndexAxis.AutoMinorUnit">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.AutoMinorUnit.html#FarPoint_Win_Chart_RadarIndexAxis_AutoMinorUnit">AutoMinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the interval for minor tick marks and
minor grid lines is automactically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_LabelOffset" data-uid="FarPoint.Win.Chart.RadarIndexAxis.LabelOffset">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.LabelOffset.html#FarPoint_Win_Chart_RadarIndexAxis_LabelOffset">LabelOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance that tick mark labels are offset.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_LabelRotationAngle" data-uid="FarPoint.Win.Chart.RadarIndexAxis.LabelRotationAngle">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.LabelRotationAngle.html#FarPoint_Win_Chart_RadarIndexAxis_LabelRotationAngle">LabelRotationAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle for the label.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_LabelTextDirection" data-uid="FarPoint.Win.Chart.RadarIndexAxis.LabelTextDirection">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.LabelTextDirection.html#FarPoint_Win_Chart_RadarIndexAxis_LabelTextDirection">LabelTextDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text orientation for the label.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_LabelTextFill" data-uid="FarPoint.Win.Chart.RadarIndexAxis.LabelTextFill">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.LabelTextFill.html#FarPoint_Win_Chart_RadarIndexAxis_LabelTextFill">LabelTextFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill used to draw the tick mark labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_LabelTextFont" data-uid="FarPoint.Win.Chart.RadarIndexAxis.LabelTextFont">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.LabelTextFont.html#FarPoint_Win_Chart_RadarIndexAxis_LabelTextFont">LabelTextFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used to draw the tick mark labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_LabelUnit" data-uid="FarPoint.Win.Chart.RadarIndexAxis.LabelUnit">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.LabelUnit.html#FarPoint_Win_Chart_RadarIndexAxis_LabelUnit">LabelUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the inerval for tick mark labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_LabelVisible" data-uid="FarPoint.Win.Chart.RadarIndexAxis.LabelVisible">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.LabelVisible.html#FarPoint_Win_Chart_RadarIndexAxis_LabelVisible">LabelVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the tick mark labels are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MajorGridLine" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MajorGridLine">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MajorGridLine.html#FarPoint_Win_Chart_RadarIndexAxis_MajorGridLine">MajorGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line used to draw the major grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MajorGridVisible" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MajorGridVisible">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MajorGridVisible.html#FarPoint_Win_Chart_RadarIndexAxis_MajorGridVisible">MajorGridVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the major grid lines are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MajorTickLength" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MajorTickLength">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MajorTickLength.html#FarPoint_Win_Chart_RadarIndexAxis_MajorTickLength">MajorTickLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of major tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MajorTickVisible" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MajorTickVisible">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MajorTickVisible.html#FarPoint_Win_Chart_RadarIndexAxis_MajorTickVisible">MajorTickVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the major tick marks are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MajorUnit" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MajorUnit">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MajorUnit.html#FarPoint_Win_Chart_RadarIndexAxis_MajorUnit">MajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for major tick marks and major grid
lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MinorGridLine" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MinorGridLine">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MinorGridLine.html#FarPoint_Win_Chart_RadarIndexAxis_MinorGridLine">MinorGridLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line used to draw the minor grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MinorGridVisible" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MinorGridVisible">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MinorGridVisible.html#FarPoint_Win_Chart_RadarIndexAxis_MinorGridVisible">MinorGridVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the minor grid lines are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MinorTickLength" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MinorTickLength">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MinorTickLength.html#FarPoint_Win_Chart_RadarIndexAxis_MinorTickLength">MinorTickLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of minor tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MinorTickVisible" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MinorTickVisible">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MinorTickVisible.html#FarPoint_Win_Chart_RadarIndexAxis_MinorTickVisible">MinorTickVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the minor tick marks are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_MinorUnit" data-uid="FarPoint.Win.Chart.RadarIndexAxis.MinorUnit">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.MinorUnit.html#FarPoint_Win_Chart_RadarIndexAxis_MinorUnit">MinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for minor tick marks and minor grid
lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_Reverse" data-uid="FarPoint.Win.Chart.RadarIndexAxis.Reverse">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.Reverse.html#FarPoint_Win_Chart_RadarIndexAxis_Reverse">Reverse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the direction of the ruler is inverted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_RulerLine" data-uid="FarPoint.Win.Chart.RadarIndexAxis.RulerLine">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.RulerLine.html#FarPoint_Win_Chart_RadarIndexAxis_RulerLine">RulerLine</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the line used to draw the ruler.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_RulerOffset" data-uid="FarPoint.Win.Chart.RadarIndexAxis.RulerOffset">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.RulerOffset.html#FarPoint_Win_Chart_RadarIndexAxis_RulerOffset">RulerOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance the ruler is offset.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_RulerVisible" data-uid="FarPoint.Win.Chart.RadarIndexAxis.RulerVisible">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.RulerVisible.html#FarPoint_Win_Chart_RadarIndexAxis_RulerVisible">RulerVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the ruler is visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_Title" data-uid="FarPoint.Win.Chart.RadarIndexAxis.Title">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.Title.html#FarPoint_Win_Chart_RadarIndexAxis_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_TitleDataField" data-uid="FarPoint.Win.Chart.RadarIndexAxis.TitleDataField">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.TitleDataField.html#FarPoint_Win_Chart_RadarIndexAxis_TitleDataField">TitleDataField</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the field in the data source that stores the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_TitleDataSource" data-uid="FarPoint.Win.Chart.RadarIndexAxis.TitleDataSource">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.TitleDataSource.html#FarPoint_Win_Chart_RadarIndexAxis_TitleDataSource">TitleDataSource</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the data source for the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_TitleOffset" data-uid="FarPoint.Win.Chart.RadarIndexAxis.TitleOffset">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.TitleOffset.html#FarPoint_Win_Chart_RadarIndexAxis_TitleOffset">TitleOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance the title is offset.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_TitleRotationAngle" data-uid="FarPoint.Win.Chart.RadarIndexAxis.TitleRotationAngle">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.TitleRotationAngle.html#FarPoint_Win_Chart_RadarIndexAxis_TitleRotationAngle">TitleRotationAngle</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the rotation angle for the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_TitleTextDirection" data-uid="FarPoint.Win.Chart.RadarIndexAxis.TitleTextDirection">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.TitleTextDirection.html#FarPoint_Win_Chart_RadarIndexAxis_TitleTextDirection">TitleTextDirection</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the text orientation for the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_TitleTextFill" data-uid="FarPoint.Win.Chart.RadarIndexAxis.TitleTextFill">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.TitleTextFill.html#FarPoint_Win_Chart_RadarIndexAxis_TitleTextFill">TitleTextFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill used to draw the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_TitleTextFont" data-uid="FarPoint.Win.Chart.RadarIndexAxis.TitleTextFont">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.TitleTextFont.html#FarPoint_Win_Chart_RadarIndexAxis_TitleTextFont">TitleTextFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font used to draw the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_TitleVisible" data-uid="FarPoint.Win.Chart.RadarIndexAxis.TitleVisible">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.TitleVisible.html#FarPoint_Win_Chart_RadarIndexAxis_TitleVisible">TitleVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis title is visible.</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_Win_Chart_RadarIndexAxis_Clone" data-uid="FarPoint.Win.Chart.RadarIndexAxis.Clone">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.Clone.html#FarPoint_Win_Chart_RadarIndexAxis_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Win_Chart_RadarIndexAxis_GetSchema" data-uid="FarPoint.Win.Chart.RadarIndexAxis.GetSchema">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.GetSchema.html#FarPoint_Win_Chart_RadarIndexAxis_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_Win_Chart_RadarIndexAxis_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Win.Chart.RadarIndexAxis.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.ReadXml.html#FarPoint_Win_Chart_RadarIndexAxis_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_Win_Chart_RadarIndexAxis_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Win.Chart.RadarIndexAxis.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Win.Chart.RadarIndexAxis.WriteXml.html#FarPoint_Win_Chart_RadarIndexAxis_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>

</div>
