# FarPoint.Web.Chart.IndexAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_IndexAxis" data-uid="FarPoint.Web.Chart.IndexAxis" class="text-break">IndexAxis 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.Web.Chart.Axis.html">Axis</a></div>
    <div class="level2"><span class="xref">IndexAxis</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><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_IndexAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class IndexAxis : Axis, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class IndexAxis
    Inherits Axis
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_IndexAxis_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>An axis can have a title, a ruler line, tick marks, tick mark labels,
grid lines, and stripes. The direction of an axis can be reversed.
The minimum, maximum, and units of an axis can be automatically
generated or manually assigned.</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_Web_Chart_IndexAxis__ctor" data-uid="FarPoint.Web.Chart.IndexAxis.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.-ctor.html#FarPoint_Web_Chart_IndexAxis__ctor">IndexAxis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis__ctor_FarPoint_Web_Chart_IndexAxis_" data-uid="FarPoint.Web.Chart.IndexAxis.#ctor(FarPoint.Web.Chart.IndexAxis)">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.-ctor.html#FarPoint_Web_Chart_IndexAxis__ctor_FarPoint_Web_Chart_IndexAxis_">IndexAxis(IndexAxis)</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_Web_Chart_IndexAxis_AutoLabelUnit" data-uid="FarPoint.Web.Chart.IndexAxis.AutoLabelUnit">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.AutoLabelUnit.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_AutoMajorUnit" data-uid="FarPoint.Web.Chart.IndexAxis.AutoMajorUnit">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.AutoMajorUnit.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_AutoMaximum" data-uid="FarPoint.Web.Chart.IndexAxis.AutoMaximum">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.AutoMaximum.html#FarPoint_Web_Chart_IndexAxis_AutoMaximum">AutoMaximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the ruler maximum is automatically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_AutoMinimum" data-uid="FarPoint.Web.Chart.IndexAxis.AutoMinimum">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.AutoMinimum.html#FarPoint_Web_Chart_IndexAxis_AutoMinimum">AutoMinimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the ruler minimum is automatically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_AutoMinorUnit" data-uid="FarPoint.Web.Chart.IndexAxis.AutoMinorUnit">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.AutoMinorUnit.html#FarPoint_Web_Chart_IndexAxis_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 automatically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_LabelNumberFormat" data-uid="FarPoint.Web.Chart.IndexAxis.LabelNumberFormat">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.LabelNumberFormat.html#FarPoint_Web_Chart_IndexAxis_LabelNumberFormat">LabelNumberFormat</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the number format for labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_LabelOffset" data-uid="FarPoint.Web.Chart.IndexAxis.LabelOffset">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.LabelOffset.html#FarPoint_Web_Chart_IndexAxis_LabelOffset">LabelOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance the tick mark labels are offset.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_LabelTextFill" data-uid="FarPoint.Web.Chart.IndexAxis.LabelTextFill">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.LabelTextFill.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_LabelTextFont" data-uid="FarPoint.Web.Chart.IndexAxis.LabelTextFont">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.LabelTextFont.html#FarPoint_Web_Chart_IndexAxis_LabelTextFont">LabelTextFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of tick mark labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_LabelUnit" data-uid="FarPoint.Web.Chart.IndexAxis.LabelUnit">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.LabelUnit.html#FarPoint_Web_Chart_IndexAxis_LabelUnit">LabelUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for tick mark labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_LabelVisible" data-uid="FarPoint.Web.Chart.IndexAxis.LabelVisible">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.LabelVisible.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_Location" data-uid="FarPoint.Web.Chart.IndexAxis.Location">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.Location.html#FarPoint_Web_Chart_IndexAxis_Location">Location</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the location of the axis relative to the plot area.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_MajorGridLine" data-uid="FarPoint.Web.Chart.IndexAxis.MajorGridLine">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MajorGridLine.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_MajorGridVisible" data-uid="FarPoint.Web.Chart.IndexAxis.MajorGridVisible">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MajorGridVisible.html#FarPoint_Web_Chart_IndexAxis_MajorGridVisible">MajorGridVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or set whether the major grid lines are visible.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_MajorTickLength" data-uid="FarPoint.Web.Chart.IndexAxis.MajorTickLength">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MajorTickLength.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_MajorTickVisible" data-uid="FarPoint.Web.Chart.IndexAxis.MajorTickVisible">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MajorTickVisible.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_MajorUnit" data-uid="FarPoint.Web.Chart.IndexAxis.MajorUnit">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MajorUnit.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_Maximum" data-uid="FarPoint.Web.Chart.IndexAxis.Maximum">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.Maximum.html#FarPoint_Web_Chart_IndexAxis_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ruler maximum.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_Minimum" data-uid="FarPoint.Web.Chart.IndexAxis.Minimum">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.Minimum.html#FarPoint_Web_Chart_IndexAxis_Minimum">Minimum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ruler minimum.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_MinorGridLine" data-uid="FarPoint.Web.Chart.IndexAxis.MinorGridLine">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MinorGridLine.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_MinorGridVisible" data-uid="FarPoint.Web.Chart.IndexAxis.MinorGridVisible">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MinorGridVisible.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_MinorTickLength" data-uid="FarPoint.Web.Chart.IndexAxis.MinorTickLength">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MinorTickLength.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_MinorTickVisible" data-uid="FarPoint.Web.Chart.IndexAxis.MinorTickVisible">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MinorTickVisible.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_MinorUnit" data-uid="FarPoint.Web.Chart.IndexAxis.MinorUnit">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.MinorUnit.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_Reverse" data-uid="FarPoint.Web.Chart.IndexAxis.Reverse">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.Reverse.html#FarPoint_Web_Chart_IndexAxis_Reverse">Reverse</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the direction of the axis is inverted.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_RulerLine" data-uid="FarPoint.Web.Chart.IndexAxis.RulerLine">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.RulerLine.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_RulerOffset" data-uid="FarPoint.Web.Chart.IndexAxis.RulerOffset">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.RulerOffset.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_RulerVisible" data-uid="FarPoint.Web.Chart.IndexAxis.RulerVisible">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.RulerVisible.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_Stripes" data-uid="FarPoint.Web.Chart.IndexAxis.Stripes">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.Stripes.html#FarPoint_Web_Chart_IndexAxis_Stripes">Stripes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of stripes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_TickBetween" data-uid="FarPoint.Web.Chart.IndexAxis.TickBetween">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.TickBetween.html#FarPoint_Web_Chart_IndexAxis_TickBetween">TickBetween</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the position of tick marks relative to data points.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_Title" data-uid="FarPoint.Web.Chart.IndexAxis.Title">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.Title.html#FarPoint_Web_Chart_IndexAxis_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the axis title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_TitleDataField" data-uid="FarPoint.Web.Chart.IndexAxis.TitleDataField">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.TitleDataField.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_TitleDataSource" data-uid="FarPoint.Web.Chart.IndexAxis.TitleDataSource">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.TitleDataSource.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_TitleOffset" data-uid="FarPoint.Web.Chart.IndexAxis.TitleOffset">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.TitleOffset.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_TitleTextFill" data-uid="FarPoint.Web.Chart.IndexAxis.TitleTextFill">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.TitleTextFill.html#FarPoint_Web_Chart_IndexAxis_TitleTextFill">TitleTextFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill used to draw the axis title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_TitleTextFont" data-uid="FarPoint.Web.Chart.IndexAxis.TitleTextFont">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.TitleTextFont.html#FarPoint_Web_Chart_IndexAxis_TitleTextFont">TitleTextFont</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the font of the axis title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_TitleVisible" data-uid="FarPoint.Web.Chart.IndexAxis.TitleVisible">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.TitleVisible.html#FarPoint_Web_Chart_IndexAxis_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_Web_Chart_IndexAxis_Clone" data-uid="FarPoint.Web.Chart.IndexAxis.Clone">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.Clone.html#FarPoint_Web_Chart_IndexAxis_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of this axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_IndexAxis_GetSchema" data-uid="FarPoint.Web.Chart.IndexAxis.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.GetSchema.html#FarPoint_Web_Chart_IndexAxis_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_IndexAxis_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.IndexAxis.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.ReadXml.html#FarPoint_Web_Chart_IndexAxis_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_IndexAxis_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.IndexAxis.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.IndexAxis.WriteXml.html#FarPoint_Web_Chart_IndexAxis_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>
