# FarPoint.Web.Chart.PolarAngleAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_PolarAngleAxis" data-uid="FarPoint.Web.Chart.PolarAngleAxis" class="text-break">PolarAngleAxis Class
</h1>
  <div class="markdown level0 summary"><p>Represents a numeric 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">PolarAngleAxis</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_PolarAngleAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class PolarAngleAxis : Axis, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class PolarAngleAxis
    Inherits Axis
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_PolarAngleAxis_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 minimum, maximum, and major/minor
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_PolarAngleAxis__ctor" data-uid="FarPoint.Web.Chart.PolarAngleAxis.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.-ctor.html#FarPoint_Web_Chart_PolarAngleAxis__ctor">PolarAngleAxis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAngleAxis__ctor_FarPoint_Web_Chart_PolarAngleAxis_" data-uid="FarPoint.Web.Chart.PolarAngleAxis.#ctor(FarPoint.Web.Chart.PolarAngleAxis)">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.-ctor.html#FarPoint_Web_Chart_PolarAngleAxis__ctor_FarPoint_Web_Chart_PolarAngleAxis_">PolarAngleAxis(PolarAngleAxis)</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_PolarAngleAxis_AutoLabelUnit" data-uid="FarPoint.Web.Chart.PolarAngleAxis.AutoLabelUnit">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.AutoLabelUnit.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_AutoMajorUnit" data-uid="FarPoint.Web.Chart.PolarAngleAxis.AutoMajorUnit">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.AutoMajorUnit.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_AutoMinorUnit" data-uid="FarPoint.Web.Chart.PolarAngleAxis.AutoMinorUnit">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.AutoMinorUnit.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_LabelNumberFormat" data-uid="FarPoint.Web.Chart.PolarAngleAxis.LabelNumberFormat">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.LabelNumberFormat.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_LabelOffset" data-uid="FarPoint.Web.Chart.PolarAngleAxis.LabelOffset">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.LabelOffset.html#FarPoint_Web_Chart_PolarAngleAxis_LabelOffset">LabelOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance that the tick mark labels are offset.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_PolarAngleAxis_LabelTextFill" data-uid="FarPoint.Web.Chart.PolarAngleAxis.LabelTextFill">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.LabelTextFill.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_LabelTextFont" data-uid="FarPoint.Web.Chart.PolarAngleAxis.LabelTextFont">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.LabelTextFont.html#FarPoint_Web_Chart_PolarAngleAxis_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_Web_Chart_PolarAngleAxis_LabelUnit" data-uid="FarPoint.Web.Chart.PolarAngleAxis.LabelUnit">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.LabelUnit.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_LabelVisible" data-uid="FarPoint.Web.Chart.PolarAngleAxis.LabelVisible">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.LabelVisible.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MajorGridLine" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MajorGridLine">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MajorGridLine.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MajorGridVisible" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MajorGridVisible">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MajorGridVisible.html#FarPoint_Web_Chart_PolarAngleAxis_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_Web_Chart_PolarAngleAxis_MajorTickLength" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MajorTickLength">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MajorTickLength.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MajorTickVisible" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MajorTickVisible">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MajorTickVisible.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MajorUnit" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MajorUnit">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MajorUnit.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MinorGridLine" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MinorGridLine">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MinorGridLine.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MinorGridVisible" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MinorGridVisible">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MinorGridVisible.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MinorTickLength" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MinorTickLength">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MinorTickLength.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MinorTickVisible" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MinorTickVisible">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MinorTickVisible.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_MinorUnit" data-uid="FarPoint.Web.Chart.PolarAngleAxis.MinorUnit">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.MinorUnit.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_Reverse" data-uid="FarPoint.Web.Chart.PolarAngleAxis.Reverse">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.Reverse.html#FarPoint_Web_Chart_PolarAngleAxis_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_Web_Chart_PolarAngleAxis_RulerLine" data-uid="FarPoint.Web.Chart.PolarAngleAxis.RulerLine">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.RulerLine.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_RulerOffset" data-uid="FarPoint.Web.Chart.PolarAngleAxis.RulerOffset">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.RulerOffset.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_RulerVisible" data-uid="FarPoint.Web.Chart.PolarAngleAxis.RulerVisible">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.RulerVisible.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_Title" data-uid="FarPoint.Web.Chart.PolarAngleAxis.Title">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.Title.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_TitleDataField" data-uid="FarPoint.Web.Chart.PolarAngleAxis.TitleDataField">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.TitleDataField.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_TitleDataSource" data-uid="FarPoint.Web.Chart.PolarAngleAxis.TitleDataSource">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.TitleDataSource.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_TitleOffset" data-uid="FarPoint.Web.Chart.PolarAngleAxis.TitleOffset">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.TitleOffset.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_TitleTextFill" data-uid="FarPoint.Web.Chart.PolarAngleAxis.TitleTextFill">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.TitleTextFill.html#FarPoint_Web_Chart_PolarAngleAxis_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_Web_Chart_PolarAngleAxis_TitleTextFont" data-uid="FarPoint.Web.Chart.PolarAngleAxis.TitleTextFont">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.TitleTextFont.html#FarPoint_Web_Chart_PolarAngleAxis_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_Web_Chart_PolarAngleAxis_TitleVisible" data-uid="FarPoint.Web.Chart.PolarAngleAxis.TitleVisible">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.TitleVisible.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_Clone" data-uid="FarPoint.Web.Chart.PolarAngleAxis.Clone">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.Clone.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_GetSchema" data-uid="FarPoint.Web.Chart.PolarAngleAxis.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.GetSchema.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.PolarAngleAxis.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.ReadXml.html#FarPoint_Web_Chart_PolarAngleAxis_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_PolarAngleAxis_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.PolarAngleAxis.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.PolarAngleAxis.WriteXml.html#FarPoint_Web_Chart_PolarAngleAxis_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>
