# FarPoint.Web.Chart.ValueAxis

## Content

<div class="doc-site-dotnet-api-container">



  <h1 id="FarPoint_Web_Chart_ValueAxis" data-uid="FarPoint.Web.Chart.ValueAxis" class="text-break">ValueAxis 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">ValueAxis</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_ValueAxis_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public class ValueAxis : Axis, ICloneable, IXmlSerializable</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Class ValueAxis
    Inherits Axis
    Implements ICloneable, IXmlSerializable</code></pre>
  </div>
  <h5 id="FarPoint_Web_Chart_ValueAxis_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, major/minor tick,
label units can be automatically generated or manually assigned.
The scale can be linear or logrithmic.</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_ValueAxis__ctor" data-uid="FarPoint.Web.Chart.ValueAxis.#ctor">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.-ctor.html#FarPoint_Web_Chart_ValueAxis__ctor">ValueAxis()</a>
        </td>
        <td class="markdown level1 summary"><p>Creates a new axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_ValueAxis__ctor_FarPoint_Web_Chart_ValueAxis_" data-uid="FarPoint.Web.Chart.ValueAxis.#ctor(FarPoint.Web.Chart.ValueAxis)">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.-ctor.html#FarPoint_Web_Chart_ValueAxis__ctor_FarPoint_Web_Chart_ValueAxis_">ValueAxis(ValueAxis)</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_ValueAxis_AutoLabelUnit" data-uid="FarPoint.Web.Chart.ValueAxis.AutoLabelUnit">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.AutoLabelUnit.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_AutoMajorUnit" data-uid="FarPoint.Web.Chart.ValueAxis.AutoMajorUnit">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.AutoMajorUnit.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_AutoMaximum" data-uid="FarPoint.Web.Chart.ValueAxis.AutoMaximum">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.AutoMaximum.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_AutoMinimum" data-uid="FarPoint.Web.Chart.ValueAxis.AutoMinimum">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.AutoMinimum.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_AutoMinorUnit" data-uid="FarPoint.Web.Chart.ValueAxis.AutoMinorUnit">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.AutoMinorUnit.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_AxisId" data-uid="FarPoint.Web.Chart.ValueAxis.AxisId">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.AxisId.html#FarPoint_Web_Chart_ValueAxis_AxisId">AxisId</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets an ID for the axis.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_ValueAxis_DisplayUnits" data-uid="FarPoint.Web.Chart.ValueAxis.DisplayUnits">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.DisplayUnits.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_LabelNumberFormat" data-uid="FarPoint.Web.Chart.ValueAxis.LabelNumberFormat">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.LabelNumberFormat.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_LabelOffset" data-uid="FarPoint.Web.Chart.ValueAxis.LabelOffset">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.LabelOffset.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_LabelTextFill" data-uid="FarPoint.Web.Chart.ValueAxis.LabelTextFill">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.LabelTextFill.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_LabelTextFont" data-uid="FarPoint.Web.Chart.ValueAxis.LabelTextFont">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.LabelTextFont.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_LabelUnit" data-uid="FarPoint.Web.Chart.ValueAxis.LabelUnit">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.LabelUnit.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_LabelVisible" data-uid="FarPoint.Web.Chart.ValueAxis.LabelVisible">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.LabelVisible.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_Location" data-uid="FarPoint.Web.Chart.ValueAxis.Location">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.Location.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_Logarithmic" data-uid="FarPoint.Web.Chart.ValueAxis.Logarithmic">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.Logarithmic.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_LogarithmicBase" data-uid="FarPoint.Web.Chart.ValueAxis.LogarithmicBase">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.LogarithmicBase.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_MajorGridLine" data-uid="FarPoint.Web.Chart.ValueAxis.MajorGridLine">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MajorGridLine.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_MajorGridVisible" data-uid="FarPoint.Web.Chart.ValueAxis.MajorGridVisible">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MajorGridVisible.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_MajorTickLength" data-uid="FarPoint.Web.Chart.ValueAxis.MajorTickLength">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MajorTickLength.html#FarPoint_Web_Chart_ValueAxis_MajorTickLength">MajorTickLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of the major tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_ValueAxis_MajorTickVisible" data-uid="FarPoint.Web.Chart.ValueAxis.MajorTickVisible">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MajorTickVisible.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_MajorUnit" data-uid="FarPoint.Web.Chart.ValueAxis.MajorUnit">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MajorUnit.html#FarPoint_Web_Chart_ValueAxis_MajorUnit">MajorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for the major tick marks and major
grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_ValueAxis_Maximum" data-uid="FarPoint.Web.Chart.ValueAxis.Maximum">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.Maximum.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_Minimum" data-uid="FarPoint.Web.Chart.ValueAxis.Minimum">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.Minimum.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_MinorGridLine" data-uid="FarPoint.Web.Chart.ValueAxis.MinorGridLine">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MinorGridLine.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_MinorGridVisible" data-uid="FarPoint.Web.Chart.ValueAxis.MinorGridVisible">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MinorGridVisible.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_MinorTickLength" data-uid="FarPoint.Web.Chart.ValueAxis.MinorTickLength">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MinorTickLength.html#FarPoint_Web_Chart_ValueAxis_MinorTickLength">MinorTickLength</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the length of the minor tick marks.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_ValueAxis_MinorTickVisible" data-uid="FarPoint.Web.Chart.ValueAxis.MinorTickVisible">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MinorTickVisible.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_MinorUnit" data-uid="FarPoint.Web.Chart.ValueAxis.MinorUnit">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.MinorUnit.html#FarPoint_Web_Chart_ValueAxis_MinorUnit">MinorUnit</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the interval for the minor tick marks and minor
grid lines.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_ValueAxis_Reverse" data-uid="FarPoint.Web.Chart.ValueAxis.Reverse">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.Reverse.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_RulerLine" data-uid="FarPoint.Web.Chart.ValueAxis.RulerLine">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.RulerLine.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_RulerOffset" data-uid="FarPoint.Web.Chart.ValueAxis.RulerOffset">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.RulerOffset.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_RulerVisible" data-uid="FarPoint.Web.Chart.ValueAxis.RulerVisible">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.RulerVisible.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_Stripes" data-uid="FarPoint.Web.Chart.ValueAxis.Stripes">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.Stripes.html#FarPoint_Web_Chart_ValueAxis_Stripes">Stripes</a>
        </td>
        <td class="markdown level1 summary"><p>Gets the collection of stripes.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_ValueAxis_Title" data-uid="FarPoint.Web.Chart.ValueAxis.Title">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.Title.html#FarPoint_Web_Chart_ValueAxis_Title">Title</a>
        </td>
        <td class="markdown level1 summary"><p>Gets or sets the title.</p>
</td>
      </tr>
      <tr>
        <td id="FarPoint_Web_Chart_ValueAxis_TitleDataField" data-uid="FarPoint.Web.Chart.ValueAxis.TitleDataField">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.TitleDataField.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_TitleDataSource" data-uid="FarPoint.Web.Chart.ValueAxis.TitleDataSource">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.TitleDataSource.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_TitleOffset" data-uid="FarPoint.Web.Chart.ValueAxis.TitleOffset">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.TitleOffset.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_TitleTextFill" data-uid="FarPoint.Web.Chart.ValueAxis.TitleTextFill">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.TitleTextFill.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_TitleTextFont" data-uid="FarPoint.Web.Chart.ValueAxis.TitleTextFont">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.TitleTextFont.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_TitleVisible" data-uid="FarPoint.Web.Chart.ValueAxis.TitleVisible">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.TitleVisible.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_Clone" data-uid="FarPoint.Web.Chart.ValueAxis.Clone">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.Clone.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_GetSchema" data-uid="FarPoint.Web.Chart.ValueAxis.GetSchema">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.GetSchema.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_ReadXml_System_Xml_XmlReader_" data-uid="FarPoint.Web.Chart.ValueAxis.ReadXml(System.Xml.XmlReader)">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.ReadXml.html#FarPoint_Web_Chart_ValueAxis_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_ValueAxis_WriteXml_System_Xml_XmlWriter_" data-uid="FarPoint.Web.Chart.ValueAxis.WriteXml(System.Xml.XmlWriter)">
          <a class="xref" href="FarPoint.Web.Chart.ValueAxis.WriteXml.html#FarPoint_Web_Chart_ValueAxis_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>
