# FarPoint.Web.Chart.RadarValueAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_RadarValueAxis" data-uid="FarPoint.Web.Chart.RadarValueAxis" class="text-break">RadarValueAxis 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">RadarValueAxis</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_RadarValueAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class RadarValueAxis : Axis, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class RadarValueAxis
    Inherits Axis
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_RadarValueAxis_remarks"><strong>Remarks</strong></h5>
  <div class="markdown level0 remarks"><p>An axis can have a title, a ruler line, major/minor tick marks,
tick mark labels, major/minor grid lines, and stripes.  The direction
of the axis can be reversed.  The minimum, maximum, and major/minor
units can be automatically generated or manually assigned.  The scale
can be linear or logarithmic.</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_RadarValueAxis__ctor" data-uid="FarPoint.Web.Chart.RadarValueAxis.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.-ctor.html#FarPoint_Web_Chart_RadarValueAxis__ctor">RadarValueAxis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis__ctor_FarPoint_Web_Chart_RadarValueAxis_" data-uid="FarPoint.Web.Chart.RadarValueAxis.#ctor(FarPoint.Web.Chart.RadarValueAxis)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.-ctor.html#FarPoint_Web_Chart_RadarValueAxis__ctor_FarPoint_Web_Chart_RadarValueAxis_">RadarValueAxis(RadarValueAxis)</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_RadarValueAxis_AutoLabelUnit" data-uid="FarPoint.Web.Chart.RadarValueAxis.AutoLabelUnit">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.AutoLabelUnit.html#FarPoint_Web_Chart_RadarValueAxis_AutoLabelUnit">AutoLabelUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the interval for the tick mark labels is
automatically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_AutoMajorUnit" data-uid="FarPoint.Web.Chart.RadarValueAxis.AutoMajorUnit">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.AutoMajorUnit.html#FarPoint_Web_Chart_RadarValueAxis_AutoMajorUnit">AutoMajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the interval for the major tick marks and
major grid lines is automatically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_AutoMaximum" data-uid="FarPoint.Web.Chart.RadarValueAxis.AutoMaximum">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.AutoMaximum.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_AutoMinimum" data-uid="FarPoint.Web.Chart.RadarValueAxis.AutoMinimum">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.AutoMinimum.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_AutoMinorUnit" data-uid="FarPoint.Web.Chart.RadarValueAxis.AutoMinorUnit">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.AutoMinorUnit.html#FarPoint_Web_Chart_RadarValueAxis_AutoMinorUnit">AutoMinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the interval for the minor tick marks and
minor grid lines is automatically generated.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_AxisId" data-uid="FarPoint.Web.Chart.RadarValueAxis.AxisId">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.AxisId.html#FarPoint_Web_Chart_RadarValueAxis_AxisId">AxisId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the ID of the axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_DisplayUnits" data-uid="FarPoint.Web.Chart.RadarValueAxis.DisplayUnits">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.DisplayUnits.html#FarPoint_Web_Chart_RadarValueAxis_DisplayUnits">DisplayUnits</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the units in which labels are displayed.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_LabelNumberFormat" data-uid="FarPoint.Web.Chart.RadarValueAxis.LabelNumberFormat">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.LabelNumberFormat.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_LabelOffset" data-uid="FarPoint.Web.Chart.RadarValueAxis.LabelOffset">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.LabelOffset.html#FarPoint_Web_Chart_RadarValueAxis_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_Web_Chart_RadarValueAxis_LabelTextFill" data-uid="FarPoint.Web.Chart.RadarValueAxis.LabelTextFill">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.LabelTextFill.html#FarPoint_Web_Chart_RadarValueAxis_LabelTextFill">LabelTextFill</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the fill used to draw the tick mark label.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_LabelTextFont" data-uid="FarPoint.Web.Chart.RadarValueAxis.LabelTextFont">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.LabelTextFont.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_LabelUnit" data-uid="FarPoint.Web.Chart.RadarValueAxis.LabelUnit">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.LabelUnit.html#FarPoint_Web_Chart_RadarValueAxis_LabelUnit">LabelUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for the tick mark labels.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_LabelVisible" data-uid="FarPoint.Web.Chart.RadarValueAxis.LabelVisible">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.LabelVisible.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_Logarithmic" data-uid="FarPoint.Web.Chart.RadarValueAxis.Logarithmic">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.Logarithmic.html#FarPoint_Web_Chart_RadarValueAxis_Logarithmic">Logarithmic</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the axis uses a linear or logarithmic scale.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_LogarithmicBase" data-uid="FarPoint.Web.Chart.RadarValueAxis.LogarithmicBase">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.LogarithmicBase.html#FarPoint_Web_Chart_RadarValueAxis_LogarithmicBase">LogarithmicBase</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the logarithmic base.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_MajorGridLine" data-uid="FarPoint.Web.Chart.RadarValueAxis.MajorGridLine">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MajorGridLine.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MajorGridVisible" data-uid="FarPoint.Web.Chart.RadarValueAxis.MajorGridVisible">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MajorGridVisible.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MajorTickLength" data-uid="FarPoint.Web.Chart.RadarValueAxis.MajorTickLength">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MajorTickLength.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MajorTickVisible" data-uid="FarPoint.Web.Chart.RadarValueAxis.MajorTickVisible">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MajorTickVisible.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MajorUnit" data-uid="FarPoint.Web.Chart.RadarValueAxis.MajorUnit">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MajorUnit.html#FarPoint_Web_Chart_RadarValueAxis_MajorUnit">MajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for the major tick marks and the major
grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_Maximum" data-uid="FarPoint.Web.Chart.RadarValueAxis.Maximum">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.Maximum.html#FarPoint_Web_Chart_RadarValueAxis_Maximum">Maximum</a>
        </td>
        <td class="markdown level1 summary"><p>Gets ot sets the ruler maximum.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_Minimum" data-uid="FarPoint.Web.Chart.RadarValueAxis.Minimum">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.Minimum.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MinorGridLine" data-uid="FarPoint.Web.Chart.RadarValueAxis.MinorGridLine">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MinorGridLine.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MinorGridVisible" data-uid="FarPoint.Web.Chart.RadarValueAxis.MinorGridVisible">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MinorGridVisible.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MinorTickLength" data-uid="FarPoint.Web.Chart.RadarValueAxis.MinorTickLength">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MinorTickLength.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MinorTickVisible" data-uid="FarPoint.Web.Chart.RadarValueAxis.MinorTickVisible">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MinorTickVisible.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_MinorUnit" data-uid="FarPoint.Web.Chart.RadarValueAxis.MinorUnit">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.MinorUnit.html#FarPoint_Web_Chart_RadarValueAxis_MinorUnit">MinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for the minor tick marks and the minor
grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_Reverse" data-uid="FarPoint.Web.Chart.RadarValueAxis.Reverse">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.Reverse.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_RulerLine" data-uid="FarPoint.Web.Chart.RadarValueAxis.RulerLine">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.RulerLine.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_RulerOffset" data-uid="FarPoint.Web.Chart.RadarValueAxis.RulerOffset">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.RulerOffset.html#FarPoint_Web_Chart_RadarValueAxis_RulerOffset">RulerOffset</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the distance that the ruler is offset.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_RulerVisible" data-uid="FarPoint.Web.Chart.RadarValueAxis.RulerVisible">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.RulerVisible.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_Stripes" data-uid="FarPoint.Web.Chart.RadarValueAxis.Stripes">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.Stripes.html#FarPoint_Web_Chart_RadarValueAxis_Stripes">Stripes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the collection of stripes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_Title" data-uid="FarPoint.Web.Chart.RadarValueAxis.Title">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.Title.html#FarPoint_Web_Chart_RadarValueAxis_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_TitleDataField" data-uid="FarPoint.Web.Chart.RadarValueAxis.TitleDataField">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.TitleDataField.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_TitleDataSource" data-uid="FarPoint.Web.Chart.RadarValueAxis.TitleDataSource">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.TitleDataSource.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_TitleOffset" data-uid="FarPoint.Web.Chart.RadarValueAxis.TitleOffset">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.TitleOffset.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_TitleTextFill" data-uid="FarPoint.Web.Chart.RadarValueAxis.TitleTextFill">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.TitleTextFill.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_TitleTextFont" data-uid="FarPoint.Web.Chart.RadarValueAxis.TitleTextFont">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.TitleTextFont.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_TitleVisible" data-uid="FarPoint.Web.Chart.RadarValueAxis.TitleVisible">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.TitleVisible.html#FarPoint_Web_Chart_RadarValueAxis_TitleVisible">TitleVisible</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets whether the 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_RadarValueAxis_Clone" data-uid="FarPoint.Web.Chart.RadarValueAxis.Clone">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.Clone.html#FarPoint_Web_Chart_RadarValueAxis_Clone">Clone()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a deep copy of the specified axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_RadarValueAxis_GetSchema" data-uid="FarPoint.Web.Chart.RadarValueAxis.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.GetSchema.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.RadarValueAxis.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.ReadXml.html#FarPoint_Web_Chart_RadarValueAxis_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_RadarValueAxis_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.RadarValueAxis.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.RadarValueAxis.WriteXml.html#FarPoint_Web_Chart_RadarValueAxis_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>
